Mercurial > sat_legacy_website
comparison templates/sat_website/adhesion_form.html @ 44:d721c8ffa22a
misc updates:
- check for different passwords in registration form
- update overview.html and features.html
- add missing pages (to be completed)
author | souliane <souliane@mailoo.org> |
---|---|
date | Tue, 27 Jan 2015 18:28:06 +0100 |
parents | dfe7139dae0a |
children | a1e457ac6871 |
comparison
equal
deleted
inserted
replaced
43:c86737a3af94 | 44:d721c8ffa22a |
---|---|
25 {% load utils %} | 25 {% load utils %} |
26 | 26 |
27 {% block headline %}{% trans "Join the association" %}{% endblock %} | 27 {% block headline %}{% trans "Join the association" %}{% endblock %} |
28 {% block main_container %} | 28 {% block main_container %} |
29 | 29 |
30 <form class="form-signin" action="adhesion_form" method="post"> | 30 <form class="form-signin" action="adhesion_form.html" method="post"> |
31 {% csrf_token %} | 31 {% csrf_token %} |
32 <fieldset> | 32 <fieldset> |
33 <legend>{% trans "Please complete this form" %}</legend> | 33 <legend>{% trans "Please complete this form" %}</legend> |
34 {% for section, fields in form.sections.items %} | 34 {% for section, fields in form.sections.items %} |
35 <div class="form-group"> | 35 <div class="form-group"> |