Renaming
[cavote.git] / templates / admin_votes.html
index e32ff33..9ce015a 100644 (file)
@@ -31,7 +31,7 @@
         {% if vote.is_public %}<span class="label">public</span>{% endif %}
         {% if vote.is_multiplechoice %}<span class="label">choix multiple</span>{% endif %}
       </td>
-      <td><a href="{{ url_for('edit_vote', voteid=vote.id) }}" class="btn btn-mini">Éditer</a></td>
+      <td><a href="{{ url_for('admin_vote_edit', voteid=vote.id) }}" class="btn btn-mini">Éditer</a></td>
     </tr>
     {% endfor %}
     </tbody>