Register form info is a chunk.
[prawokultury.git] / prawokultury / templates / contact / register / form.html
1 {% extends "contact/form.html" %}
2 {% load i18n %}
3 {% load chunks %}
4
5 {% block contact_form_title %}{% trans "Registration form" %}{% endblock %}
6
7 {% block contact_form_description %}
8     {% chunk "formularz rejestracyjny" %}
9 {% endblock %}