Warn about using foreign languages in contact form
This commit is contained in:
parent
e740b00398
commit
4557004f8d
@ -4,6 +4,8 @@
|
||||
|
||||
{% block content %}
|
||||
|
||||
<p>{% blocktrans %}Please contact us in English, otherwise we might be unable to understand your request.{% endblocktrans %}</p>
|
||||
|
||||
<form method="post" action="{% url 'accounts.views.contact' %}">
|
||||
{% csrf_token %}
|
||||
<table>
|
||||
|
Loading…
Reference in New Issue
Block a user