add the combos box to new honker form

This commit is contained in:
Ted Unangst 2019-09-24 13:42:48 -04:00
parent 9d43354c68
commit cf9804dfa0
1 changed files with 1 additions and 0 deletions

View File

@ -7,6 +7,7 @@
<input type="hidden" name="CSRF" value="{{ .HonkerCSRF }}"> <input type="hidden" name="CSRF" value="{{ .HonkerCSRF }}">
<p><input tabindex=1 type="text" name="url" value="" autocomplete=off> - url <p><input tabindex=1 type="text" name="url" value="" autocomplete=off> - url
<p><input tabindex=1 type="text" name="name" value="" placeholder="optional" autocomplete=off> - name <p><input tabindex=1 type="text" name="name" value="" placeholder="optional" autocomplete=off> - name
<p><input tabindex=1 type="text" name="combos" value="" placeholder="optional"> - combos
<p><span><label for="peep">just peeping:</label> <p><span><label for="peep">just peeping:</label>
<input tabindex=1 type="checkbox" id="peep" name="peep" value="peep"><span></span></span> <input tabindex=1 type="checkbox" id="peep" name="peep" value="peep"><span></span></span>
<p><input tabindex=1 type="submit" name="add honker" value="add honker"> <p><input tabindex=1 type="submit" name="add honker" value="add honker">