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() }} {{ antibot.html() }}
</th> </th>
<td> <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() }} {{ antibot.html() }}
</td> </td>
</tr>{% endif %} </tr>{% endif %}

Loading…
Cancel
Save