show custom fields in contact admin
[prawokultury.git] / prawokultury / templates / contact / register / form.html
index 0278239..75d99a9 100755 (executable)
@@ -1,7 +1,12 @@
 {% extends "contact/form.html" %}
 {% load i18n %}
 
-{% block contact_form_title %}{% trans "Registration form" %}{% endblock %}
-
 {% block contact_form_description %}
+{{ block.super }}
+
+{% if form.limit_reached %}
+<p class="warning">{% blocktrans %}Conference registration limit has been reached.
+We are now accepting speaker submissions only.{% endblocktrans %}</p>
+{% endif %}
+
 {% endblock %}