source: trunk/root/templates/admin/delete_poll_confirm.tt @ 386

Last change on this file since 386 was 339, checked in by misc, 14 years ago
  • replace post by POST ( maybe html compliance, not sure )
  • Property svn:keywords set to Id
File size: 399 bytes
Line 
1<!-- $Id$ -->
2[% poll = c.model('Vote').poll(voteid) %]
3
4[% INCLUDE 'includes/admin_menu.tt' %]
5
6<p>[% l('Please, confirm the deletion of poll [_1]', poll.info('label')) | html %]</p>
7
8<p>[% l('This action cannot be reverted') %]</p>
9
10<form action="[% c.uri_for(poll.uid, 'delete') %]" method="POST">
11<input type="submit" value="[% l('Yes, delete this poll') %]" name="delete_poll_confirm">
12</form>
Note: See TracBrowser for help on using the repository browser.