Browse Source

Rename email field to options. (hack)

Didn't worry about doing it properly with translations because this is a local fork
pull/76/head
discomrade 2 years ago
parent
commit
98b757e948
  1. 2
      templates/post_form.html

2
templates/post_form.html

@ -33,7 +33,7 @@
</tr>{% endif %} </tr>{% endif %}
{% if not config.field_disable_email or (mod and post.mod|hasPermission(config.mod.bypass_field_disable, board.uri)) %}<tr> {% if not config.field_disable_email or (mod and post.mod|hasPermission(config.mod.bypass_field_disable, board.uri)) %}<tr>
<th> <th>
{% trans %}Email{% endtrans %} {% trans %}Options{% endtrans %}
{{ antibot.html() }} {{ antibot.html() }}
</th> </th>
<td> <td>

Loading…
Cancel
Save