diff --git a/c3l_membership/templates/index.html b/c3l_membership/templates/index.html new file mode 100644 --- /dev/null +++ b/c3l_membership/templates/index.html @@ -0,0 +1,157 @@ +{% extends "pure/layout.html" %} +{% block title %}C3L Membership Application{% endblock %} + +{% block style %} + {{ super() }} + +{% endblock %} + +{% block nav %} +
+{% endblock %} + +{% block content %} +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 %} + +