summaryrefslogtreecommitdiff
path: root/templates/vote.html
diff options
context:
space:
mode:
authoretienne2008-08-06 10:38:57 +0000
committeretienne2008-08-06 10:38:57 +0000
commitfeef03bf7fd80e945769597245da3b75b662459b (patch)
treec434828f6a7ae966c17a157c535cd88b4ee04913 /templates/vote.html
parentb2019ae7c6c13601b0f63d6324484010dc0216c7 (diff)
Update of styles
Diffstat (limited to 'templates/vote.html')
-rw-r--r--templates/vote.html4
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 %}