Debug
[cavote.git] / templates / vote.html
index 8d6e9dd..8c0f3e1 100644 (file)
@@ -14,7 +14,7 @@
       {% for choice in choices %}
       <th>{{ choice.name }}</th>
       {% endfor %}
-      {% if 'user' in 'session' %}
+      {% if 'user' in session %}
       <th></th>
       {% endif %}
     </tr>
@@ -31,7 +31,7 @@
       {% else %}
       <td class="no"></td>{% endif %}
       {% endfor %}
-      {% if 'user' in 'session' %}
+      {% if 'user' in session %}
       <td>{% if user.userid == session.user.id %}<a href="{{ url_for('vote_deletechoices', idvote=vote.id, iduser=session.user.id) }}" class="btn btn-mini btn-danger" title="Supprimer"><i class="icon-remove icon-white"></a>{% endif %}</td>
       {% endif %}
     </tr>
@@ -64,7 +64,7 @@
       {% for choice in choices %}
       <td>{{ choice.nb }}</td>
       {% endfor %}
-      {% if 'user' in 'session' %}
+      {% if 'user' in session %}
       <td></td>
       {% endif %}
     </tr>