diff --git a/app/templates/account/polls.html b/app/templates/account/polls.html index 6e6d627..6fcca85 100644 --- a/app/templates/account/polls.html +++ b/app/templates/account/polls.html @@ -10,8 +10,8 @@

Créer un sondage

- {{ form.title.label }}
- {{ form.title(size=32) }}
+ {{ form.title.label }} + {{ form.title(size=32) }} {% for error in form.title.errors %} {{ error }} {% endfor %} @@ -24,8 +24,8 @@ {% endfor %}
- {{ form.type.label }}
- {{ form.type }}
+ {{ form.type.label }} + {{ form.type }} {% for error in form.type.errors %} {{ error }} {% endfor %}