Browse Source

Disable autocomplete

pull/40/head
Michael Foster 11 years ago
parent
commit
90b82b1a06
  1. 2
      templates/post_form.html

2
templates/post_form.html

@ -1,4 +1,4 @@
<form name="post" onsubmit="return dopost(this);" enctype="multipart/form-data" action="{{ config.post_url }}" method="post">
<form name="post" onsubmit="return dopost(this);" enctype="multipart/form-data" action="{{ config.post_url }}" method="post" autocomplete="off">
{{ antibot.html() }}
{% if id %}<input type="hidden" name="thread" value="{{ id }}">{% endif %}
{{ antibot.html() }}

Loading…
Cancel
Save