From 75f3bba280c66bca5262a3ddf59d488582598432 Mon Sep 17 00:00:00 2001 From: Benjamin Dauvergne Date: Tue, 29 Apr 2014 16:25:58 +0200 Subject: [PATCH] templates: your must use field.html_name to construct label for attributes --- .../templates/passerelle_register_plugin/plugin.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 %}