rid input should not autocomplete
This commit is contained in:
parent
131106f631
commit
8abd5973cc
|
@ -2,7 +2,7 @@
|
|||
<button onclick="showhonkform(); return false"><a href="/newhonk">it's honking time</a></button>
|
||||
<form id="honkform" action="/honk" method="POST" enctype="multipart/form-data" style="display: none">
|
||||
<p>
|
||||
in reply to: <input type="text" name="rid" id="ridinput" value="">
|
||||
in reply to: <input type="text" name="rid" id="ridinput" value="" autocomplete=off>
|
||||
<input type="hidden" name="CSRF" value="{{ .HonkCSRF }}">
|
||||
<p>
|
||||
<textarea name="noise" id="honknoise"></textarea>
|
||||
|
|
Loading…
Reference in New Issue