frontend: backend: fix formatting errors and errors from tests

This commit is contained in:
Patryk Hegenberg 2023-12-15 18:43:38 +01:00
parent 6db6d78ad9
commit ff0f06c0b9
7 changed files with 215 additions and 213 deletions

View file

@ -1,7 +1,7 @@
{{ define "monsterTable" }}
<tbody id="monster-table">
{{ range .Monsters }}
{{ template "monster" . }}
{{ range .Monsters }}
{{ template "monster" . }}
</tbody>
{{ end }}
{{ end }}