fix refresh template

This commit is contained in:
Ted Unangst 2019-11-16 18:53:57 -05:00
parent 22b40b5935
commit f1760fc31e
1 changed files with 1 additions and 1 deletions

View File

@ -4,6 +4,6 @@
<div><p>{{ .ServerMessage }}</div>
<div>
{{ range .Honks }}
{{ template "honk.html" map "Honk" . "MapLink" .MapLink "BonkCSRF" $BonkCSRF }}
{{ template "honk.html" map "Honk" . "MapLink" $MapLink "BonkCSRF" $BonkCSRF }}
{{ end }}
</div>