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

Last change on this file since 285 was 285, checked in by nanardon, 15 years ago
  • end translation (#4)
  • Property svn:keywords set to Id Rev
File size: 392 bytes
Line 
1<!-- $Id$ -->
2<div id="poll_request" class="box">
3<p>
4[% l('A mail has been sent to [_1], follow the procedure 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.