feat: label gift checkbox
This commit is contained in:
parent
f03e4eae65
commit
635c2a2c15
|
|
@ -17,8 +17,10 @@
|
||||||
<ul>
|
<ul>
|
||||||
{{range .Gifts}}
|
{{range .Gifts}}
|
||||||
<li>
|
<li>
|
||||||
<input type="checkbox" name="gift" value="{{.Id}}">
|
<label>
|
||||||
{{.Name}}
|
<input type="checkbox" name="gift" value="{{.Id}}">
|
||||||
|
{{.Name}}
|
||||||
|
</label>
|
||||||
</li>
|
</li>
|
||||||
{{end}}
|
{{end}}
|
||||||
</ul>
|
</ul>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue