Fixed database setup; finished item creation form

This commit is contained in:
2022-12-08 00:19:58 -05:00
parent ec78e5e1ae
commit ca6e14bcb5
6 changed files with 85 additions and 5 deletions

View File

@ -4,7 +4,7 @@
<ul>
{{ range .inventory }}
<li>{{ .name }}</li>
<li>{{ .Name }}</li>
{{ else }}
<p>There are currently no items registered in your inventory.</p>
{{ end }}