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

Loading…
Cancel
Save