all repos — honk @ b43a082fc8b506d304041f87161ded5f6d335181

my fork of honk

add the combos box to new honker form
Ted Unangst tedu@tedunangst.com
Tue, 24 Sep 2019 13:42:48 -0400
commit

b43a082fc8b506d304041f87161ded5f6d335181

parent

86a2d571fe0e893ba60cc53ea8b884d30dc3870e

1 files changed, 1 insertions(+), 0 deletions(-)

jump to
M views/honkers.htmlviews/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">