feat: label gift checkbox

This commit is contained in:
Teajey 2024-05-08 01:33:57 +12:00
parent f03e4eae65
commit 635c2a2c15
Signed by: Teajey
GPG Key ID: 970E790FE834A713
1 changed files with 4 additions and 2 deletions

View File

@ -17,8 +17,10 @@
<ul>
{{range .Gifts}}
<li>
<label>
<input type="checkbox" name="gift" value="{{.Id}}">
{{.Name}}
</label>
</li>
{{end}}
</ul>