added poll deletion

This commit is contained in:
lars 2010-04-15 10:58:36 +00:00
parent 81df603ba2
commit 366b11d733
3 changed files with 21 additions and 0 deletions

View file

@ -19,6 +19,7 @@
<li py:for="key, value in poll.get_settings().items()">${key}: ${value}</li>
</ul></li>
<li><a href="${poll.get_edit_url()}" title="edit this poll">Edit this poll</a></li>
<li><a href="${poll.get_delete_url()}" title="delete this poll">Delete this poll</a></li>
</ul>
</body>
</html>