Show vote
[cavote.git] / templates / show_votes.html
index 079632b..5d7442e 100644 (file)
@@ -4,7 +4,7 @@
   {% for vote in votes %}
   <article>
     <div class="well">
-    <h3>{{ vote.title }}</h3>
+    <h3><a href="{{ url_for('show_vote', idvote=vote.id) }}">{{ vote.title }}</a></h3>
     <hr />
     <div class="row">
     <div class="span4">
@@ -26,4 +26,3 @@
   <div class="alert">Il n'y a pas encore de votes. Désolé.</div>
   {% endfor %}
 {% endblock %}
-