diff options
| author | etienne <etienne@07715635-78ed-41b0-aaf1-0afda6c37f35> | 2008-08-06 10:38:57 +0000 |
|---|---|---|
| committer | etienne <etienne@07715635-78ed-41b0-aaf1-0afda6c37f35> | 2008-08-06 10:38:57 +0000 |
| commit | feef03bf7fd80e945769597245da3b75b662459b (patch) | |
| tree | c434828f6a7ae966c17a157c535cd88b4ee04913 /templates/vote.html | |
| parent | b2019ae7c6c13601b0f63d6324484010dc0216c7 (diff) | |
| download | Papillon-feef03bf7fd80e945769597245da3b75b662459b.tar.bz2 Papillon-feef03bf7fd80e945769597245da3b75b662459b.zip | |
Update of styles
Diffstat (limited to 'templates/vote.html')
| -rw-r--r-- | templates/vote.html | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/templates/vote.html b/templates/vote.html index 7890db4..19150d2 100644 --- a/templates/vote.html +++ b/templates/vote.html @@ -4,7 +4,8 @@ <h2>{{poll_type_name}} - {{poll_name}}</h2> {% if error %}<p class='error'>{{ error }}</p>{% endif %} <p>{{poll_desc}}</p> - <form method="post" action="{{base_url}}"> + <form method='post' action='{{base_url}}'> + <div id='poll_table'> <table class='poll'> <tr> <td class='simple'></td> @@ -35,6 +36,7 @@ {% endfor %} </tr> </table> + </div> <input type='submit' value='{%if current_voter_id%}Edit{%else%}Participate{%endif%}'/> </form> {% endblock %} |
