Mercurial > sat_legacy_website
diff templates/sat_website/adhesion_form.html @ 40:dfe7139dae0a
add links to the statutes and rules of the association in the adhesion form
author | souliane <souliane@mailoo.org> |
---|---|
date | Tue, 03 Feb 2015 15:14:42 +0100 |
parents | 9d553570cc61 |
children | d721c8ffa22a |
line wrap: on
line diff
--- a/templates/sat_website/adhesion_form.html Tue Jan 27 18:23:39 2015 +0100 +++ b/templates/sat_website/adhesion_form.html Tue Feb 03 15:14:42 2015 +0100 @@ -51,10 +51,12 @@ </div> {% elif field.field.widget|is_checkbox %} <div class="checkbox"> - <label> - {{ field }}{{ field.label }} <span class="glyphicon glyphicon-asterisk"></span> - </label> - </div> + <label> + {% autoescape off %} + {{ field }}{{ field.label }} <span class="glyphicon glyphicon-asterisk"></span> + {% endautoescape %} + </label> + </div> {% else %} {% if field.field.required %} <div class="input-group">