Warn about using foreign languages in contact form

This commit is contained in:
Michal Čihař 2012-03-05 12:12:57 +01:00
parent e740b00398
commit 4557004f8d

View File

@ -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>