X-Git-Url: https://git.mdrn.pl/prawokultury.git/blobdiff_plain/d69afa63a561509c1fb815cf787a10e5f97db7d9..2cd938606837981b7a3914458ae0071828ef37ca:/prawokultury/templates/contact/register/form.html diff --git a/prawokultury/templates/contact/register/form.html b/prawokultury/templates/contact/register/form.html index 8e6a807..75d99a9 100755 --- a/prawokultury/templates/contact/register/form.html +++ b/prawokultury/templates/contact/register/form.html @@ -1,9 +1,12 @@ {% extends "contact/form.html" %} {% load i18n %} -{% load chunks %} - -{% block contact_form_title %}{% trans "Registration form" %}{% endblock %} {% block contact_form_description %} - {% chunk "formularz rejestracyjny" %} +{{ block.super }} + +{% if form.limit_reached %} +

{% blocktrans %}Conference registration limit has been reached. +We are now accepting speaker submissions only.{% endblocktrans %}

+{% endif %} + {% endblock %}