diff --git a/compte_agglo_montpellier/templates/passerelle_register_plugin/plugin.html b/compte_agglo_montpellier/templates/passerelle_register_plugin/plugin.html index 38dd7e6..102bda3 100644 --- a/compte_agglo_montpellier/templates/passerelle_register_plugin/plugin.html +++ b/compte_agglo_montpellier/templates/passerelle_register_plugin/plugin.html @@ -15,7 +15,7 @@ {% for choice in form.all_choices %} {% for checkbox in field %} {% if checkbox.choice_value == choice %} - {{ checkbox.tag }} + {{ checkbox.tag }} {% endif %} {% endfor %} {% endfor %}