add the combos box to new honker form
Ted Unangst tedu@tedunangst.com
Tue, 24 Sep 2019 13:42:48 -0400
1 files changed,
1 insertions(+),
0 deletions(-)
jump to
M
views/honkers.html
→
views/honkers.html
@@ -7,6 +7,7 @@ <span class="title">add new honker</span>
<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="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> <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">