diff templates/sat_website/adhesion_form.html @ 55:a1e457ac6871

split adhesion.html between adhesion.html and association.html
author souliane <souliane@mailoo.org>
date Tue, 05 May 2015 15:02:50 +0200
parents d721c8ffa22a
children bfa8009f0769
line wrap: on
line diff
--- a/templates/sat_website/adhesion_form.html	Tue May 05 11:03:18 2015 +0200
+++ b/templates/sat_website/adhesion_form.html	Tue May 05 15:02:50 2015 +0200
@@ -42,7 +42,7 @@
 			                <span for="{{ field.auto_id }}">{{ field.label }}</span>
 			                <div class="btn-group" data-toggle="buttons">
 								{% for radio in field %}
-	                                <label for="{{ radio.id_for_label }}" class="btn btn-default{% if field.value == radio.choice_value %} active{% endif %}">
+	                                <label for="{{ radio.id_for_label }}" class="btn btn-default badge my-btn{% if field.value == radio.choice_value %} active{% endif %}">
     	                               {{ radio.tag }}{{ radio.choice_label }}
 	                                </label>
 								{% endfor %}