change "thanks" message after filling a form
[edumed.git] / contact / templates / contact / thanks.html
index f82ebd8..00dc0fe 100644 (file)
@@ -8,7 +8,7 @@
     <h1>{% block contact_form_title %}{% trans "Thank you" %}{% endblock %}</h1>
 
     {% block contact_form_description %}
-    <p class="notice">{% trans "Thank you for submitting the contact form." %}</p>
+    <p class="notice">{% trans "Thank you for submitting the form." %}</p>
     {% endblock %}
 
 {% endblock %}