source: trunk/root/templates/newpoll/request.tt

Last change on this file was 323, checked in by nanardon, 14 years ago
  • proof reading from Ahmad Samir
  • Property svn:keywords set to Id Rev
File size: 397 bytes
Line 
1<!-- $Id$ -->
2<div id="poll_request" class="box">
3<p>
4[% l('An email has been sent to [_1], follow the instructions to complete poll
5creation', c.req.param('mail')) %]</p>
6
7<p>[% l('Thank you') %]</p>
8
9<p>[% l('You can enter the request code here') %]</p>
10<form action="[% c.uri_for('/newpoll', 'confirm') %]" method="POST">
11<input type="text" name="id"><br>
12<input type="submit">
13</form>
14
15</div>
Note: See TracBrowser for help on using the repository browser.