rid input should not autocomplete

This commit is contained in:
Ted Unangst 2019-04-18 19:28:19 -04:00
parent 131106f631
commit 8abd5973cc
1 changed files with 1 additions and 1 deletions

View File

@ -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>