remove commented code,
remove Name field from select using ID instead
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
{{define "select"}}
|
||||
<select class="w3-select w3-border" id="{{.ID}}" name="{{.Name}}">
|
||||
<select class="w3-select w3-border" id="{{.ID}}" name="{{.ID}}">
|
||||
{{range .Options}}
|
||||
{{if .Selected}}
|
||||
<option value="{{.Value}}" selected>{{.Display}}</option>
|
||||
|
Reference in New Issue
Block a user