summaryrefslogtreecommitdiffstats
path: root/templates/user_votes.html
diff options
context:
space:
mode:
authorAdolfo Fitoria <fitoria@fitoria-laptop.(none)>2009-08-16 17:05:27 -0600
committerAdolfo Fitoria <fitoria@fitoria-laptop.(none)>2009-08-16 17:05:27 -0600
commita32975a5d8acf5fa54f544271e2cfb9e92bbf8bf (patch)
tree5bf13b5605e40c755e20edf9be45e3a20308d5dd /templates/user_votes.html
parentfa30dc90be82aa0f818e14110e9b86373f7c8a35 (diff)
parentf15cb4dc7d9284a24f75dc8b56248916140ceb09 (diff)
downloadaskbot-a32975a5d8acf5fa54f544271e2cfb9e92bbf8bf.tar.gz
askbot-a32975a5d8acf5fa54f544271e2cfb9e92bbf8bf.tar.bz2
askbot-a32975a5d8acf5fa54f544271e2cfb9e92bbf8bf.zip
Merge branch 'evgenyfadeev/master'
Conflicts: locale/en/LC_MESSAGES/django.mo locale/es/LC_MESSAGES/django.mo locale/es/LC_MESSAGES/django.po
Diffstat (limited to 'templates/user_votes.html')
-rw-r--r--templates/user_votes.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/user_votes.html b/templates/user_votes.html
index 80fa27ee..45134ac9 100644
--- a/templates/user_votes.html
+++ b/templates/user_votes.html
@@ -18,9 +18,9 @@
</div>
<div style="float:left;overflow:hidden;width:750px">
{% ifequal vote.answer_id 0 %}
- <span class="question-title-link"><a href="/questions/{{ vote.question_id }}/{{ vote.title }}">{{ vote.title }}</a></span>
+ <span class="question-title-link"><a href="{% url questions %}{{ vote.question_id }}/{{ vote.title }}">{{ vote.title }}</a></span>
{% else %}
- <span class="answer-title-link" ><a href="/questions/{{ vote.question_id }}/{{ vote.title }}#{{ vote.answer_id }}">{{ vote.title }}</a></span>
+ <span class="answer-title-link" ><a href="{% url questions %}{{ vote.question_id }}/{{ vote.title }}#{{ vote.answer_id }}">{{ vote.title }}</a></span>
{% endifequal %}
<div style="height:5px"></div>
</div>