diff options
Diffstat (limited to 'templates')
| -rw-r--r-- | templates/base.html | 2 | ||||
| -rw-r--r-- | templates/vote.html | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/templates/base.html b/templates/base.html index 9dcf8de..768bc74 100644 --- a/templates/base.html +++ b/templates/base.html @@ -2,7 +2,7 @@ "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> - <link rel="stylesheet" href="/static/styles.css" /> + <link rel="stylesheet" href="/papillon/static/styles.css" /> <title>{% block title %}Polls{% endblock %}</title> </head> diff --git a/templates/vote.html b/templates/vote.html index 566bb8e..3ca4e34 100644 --- a/templates/vote.html +++ b/templates/vote.html @@ -28,7 +28,7 @@ {% ifequal poll_type 'B' %} <select name='vote_{{vote.id}}'> {% for vote_choice in VOTE %} - <option value='{{vote_choice.0}}'{%ifequal vote.value vote_choice.0%} selected='selected'{%endifequal%}>{{vote_choice.1}}</option> + <option value='{{vote_choice.0}}'{%ifequal vote.value vote_choice.0%} selected='selected'{%endifequal%}>{{vote_choice.1.1}}</option> {% endfor %} </select> {% endifequal %} |
