source: trunk/root/templates/ballot/signed.tt @ 423

Last change on this file since 423 was 423, checked in by nanardon, 14 years ago
  • fix space in string
  • Property svn:keywords set to Id Rev
File size: 316 bytes
Line 
1<!-- $Id$ -->
2[% INCLUDE 'includes/poll.tt' %]
3
4<div id="vote_done">
5<p>[% mail | html %][% l('already participated in this poll the [_1]', signed_date) | html %]</p>
6<p>[% l('Results will be available') _ ' ' -%]
7<a href="[% c.uri_for('/vote', c.model('Vote').poll(voteid).uid) %]">[% l('here') %]</a>.</p>
8</div>
9
Note: See TracBrowser for help on using the repository browser.