diff options
author | etienne <etienne@07715635-78ed-41b0-aaf1-0afda6c37f35> | 2009-01-05 15:04:46 +0000 |
---|---|---|
committer | etienne <etienne@07715635-78ed-41b0-aaf1-0afda6c37f35> | 2009-01-05 15:04:46 +0000 |
commit | 3e95d82ac2ccd24dbe331d4047ae243144dfac25 (patch) | |
tree | c899afaa7eacbd0b91910fe382d4627350e30d48 | |
parent | 69034f4986835b84691b727c7bfd1fa96ac3216c (diff) | |
download | Papillon-3e95d82ac2ccd24dbe331d4047ae243144dfac25.tar.bz2 Papillon-3e95d82ac2ccd24dbe331d4047ae243144dfac25.zip |
Change of the position of the Participate button
-rw-r--r-- | templates/vote.html | 5 |
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> |