frontend: backend: fix formatting errors and errors from tests
This commit is contained in:
parent
6db6d78ad9
commit
ff0f06c0b9
7 changed files with 215 additions and 213 deletions
|
|
@ -1,7 +1,7 @@
|
|||
{{ define "monsterTable" }}
|
||||
<tbody id="monster-table">
|
||||
{{ range .Monsters }}
|
||||
{{ template "monster" . }}
|
||||
{{ range .Monsters }}
|
||||
{{ template "monster" . }}
|
||||
</tbody>
|
||||
{{ end }}
|
||||
{{ end }}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue