diff options
-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> |