diff --git a/c3l_membership/templates/index.html b/c3l_membership/templates/index.html --- a/c3l_membership/templates/index.html +++ b/c3l_membership/templates/index.html @@ -2,8 +2,8 @@ {% block title %}C3L Membership Application{% endblock %} {% block style %} - {{ super() }} - +{{ super() }} + {% endblock %} {% block nav %} @@ -12,146 +12,148 @@ {% endblock %} {% block content %} -
Fill out this form and click on "Become a member". Afterwards you will be presented with a PDF, +
Fill out this form and click on "Become a member". Afterwards you will be presented with a PDF, which you have to send to info@c3l.lu or bring it to one of our next events. Print it or save it to your local hardware, because we don't save a copy on our servers for data protection reasons!
- {% if form.errors %} - {% for fieldname, errors in form.errors.items() %} - {% for error in errors %} -{{ fieldname }} - {{ error }}
- {% endfor %} - {% endfor %} - {% endif %} -