Browse Source

Fix for issue #69

pull/40/head
Michael Save 12 years ago
parent
commit
4a9d497a94
  1. 2
      templates/post_form.html

2
templates/post_form.html

@ -12,7 +12,7 @@
{{ antibot.html() }}
</th>
<td>
<input type="text" name="name" size="25" maxlength="50" autocomplete="off">
<input type="text" name="name" size="25" maxlength="35" autocomplete="off">
{{ antibot.html() }}
</td>
</tr>{% endif %}

Loading…
Cancel
Save