rootplace: make code clearer and fix typos

This commit is contained in:
2019-03-19 17:23:02 +01:00
parent f9d4f41b7c
commit 46db8b391a
3 changed files with 12 additions and 11 deletions

View File

@ -11,5 +11,5 @@
{{ form.as_p() }}
<p><input type="submit" value="{% trans %}Delete messages{% endtrans %}" /></p>
</form>
<p><strong>{% trans %}If you have trouble using this utility (timeout error, 500 error), try using the command line utility{% endtrans %}</strong></p>
<p><strong>{% trans %}If you have trouble using this utility (timeout error, 500 error), try using the command line utility. Use ./manage.py delete_all_forum_user_messages ID.{% endtrans %}</strong></p>
{% endblock %}