registration form with survey
[prawokultury.git] / contact / templates / contact / thanks.html
1 {% extends "base.html" %}
2 {% load i18n %}
3 {% block body %}
4
5     <h1>{% block contact_form_title %}{% trans "Thank you" %}{% endblock %}</h1>
6
7     {% block contact_form_description %}
8     <p class="notice">{% trans "Thank you for submitting the contact form." %}</p>
9     {% endblock %}
10
11 {% endblock %}