fnp
/
prawokultury.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Add charset.
[prawokultury.git]
/
prawokultury
/
templates
/
contact
/
register
/
form.html
diff --git
a/prawokultury/templates/contact/register/form.html
b/prawokultury/templates/contact/register/form.html
index
0278239
..
75d99a9
100755
(executable)
--- a/
prawokultury/templates/contact/register/form.html
+++ b/
prawokultury/templates/contact/register/form.html
@@
-1,7
+1,12
@@
{% extends "contact/form.html" %}
{% load i18n %}
{% extends "contact/form.html" %}
{% load i18n %}
-{% block contact_form_title %}{% trans "Registration form" %}{% endblock %}
-
{% block contact_form_description %}
{% 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 %}
{% endblock %}