Remove remnant of comment length experiment

This commit is contained in:
freamon 2024-05-29 16:21:21 +01:00
parent bc78bcf146
commit 442a3100a2

View file

@ -35,7 +35,6 @@
{{ render_field(form.markdown_editor) }}
{{ render_field(form.default_sort) }}
{{ render_field(form.theme) }}
<small class="field_hint">{{ _('Accounts which usually post comments shorter than this will have a warning. Set to 0 to disable warning.') }}</small>
<h5>Import</h5>
{{ render_field(form.import_file) }}
{{ render_field(form.submit) }}
@ -45,4 +44,4 @@
</p>
</div>
</div>
{% endblock %}
{% endblock %}