summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoretienne2009-01-05 15:04:46 +0000
committeretienne2009-01-05 15:04:46 +0000
commit3e95d82ac2ccd24dbe331d4047ae243144dfac25 (patch)
treec899afaa7eacbd0b91910fe382d4627350e30d48
parent69034f4986835b84691b727c7bfd1fa96ac3216c (diff)
Change of the position of the Participate button
-rw-r--r--templates/vote.html5
1 files changed, 3 insertions, 2 deletions
diff --git a/templates/vote.html b/templates/vote.html
index e270f02..fbfbf7c 100644
--- a/templates/vote.html
+++ b/templates/vote.html
@@ -80,10 +80,11 @@
{% for choice in choices %}<td{%if choice.highlight %} class='highlight'{%endif%}>{{choice.getSum}}</td>
{% endfor %}
</tr>{%endif%}
- </table>
{% if poll.open %}
- <input type='submit' value='{%if current_voter_id%}{% trans "Edit" %}{%else%}{% trans "Participate" %}{%endif%}' class='submit'/>
+ <td class='simple'></td>
+ <td class='simple'><input type='submit' value='{%if current_voter_id%}{% trans "Edit" %}{%else%}{% trans "Participate" %}{%endif%}' class='submit'/></td>
{% endif %}
+ </table>
</div>
<hr class='spacer'/>
</form>