From 4557004f8d447bd2e8502c4ce35d90ce1b698185 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20=C4=8Ciha=C5=99?= Date: Mon, 5 Mar 2012 12:12:57 +0100 Subject: [PATCH] Warn about using foreign languages in contact form --- html/contact.html | 2 ++ 1 file changed, 2 insertions(+) diff --git a/html/contact.html b/html/contact.html index d2a9d8539..0160ff7cb 100644 --- a/html/contact.html +++ b/html/contact.html @@ -4,6 +4,8 @@ {% block content %} +

{% blocktrans %}Please contact us in English, otherwise we might be unable to understand your request.{% endblocktrans %}

+
{% csrf_token %}