summaryrefslogtreecommitdiffstats
path: root/templates/user_votes.html
diff options
context:
space:
mode:
authorEvgeny Fadeev <evgeny.fadeev@gmail.com>2009-11-23 21:16:55 -0500
committerEvgeny Fadeev <evgeny.fadeev@gmail.com>2009-11-23 21:16:55 -0500
commitfa98d95d8c675f37c321c40e0151624dca240efc (patch)
treee4be42f89de6829588735822408a986eacbfd578 /templates/user_votes.html
parent007d4522c2999188d77bde9ba5059231ccc53f73 (diff)
downloadaskbot-fa98d95d8c675f37c321c40e0151624dca240efc.tar.gz
askbot-fa98d95d8c675f37c321c40e0151624dca240efc.tar.bz2
askbot-fa98d95d8c675f37c321c40e0151624dca240efc.zip
improved email subscription job, some small fixes, users now can change their screen name any time
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 b72b3ef6..94d7fcbd 100644
--- a/templates/user_votes.html
+++ b/templates/user_votes.html
@@ -19,9 +19,9 @@
</div>
<div style="float:left;overflow:hidden;width:750px">
{% ifequal vote.answer_id 0 %}
- <span class="question-title-link"><a href="{% url question vote.question_id %}/{{ vote.title|slugify }}">{{ vote.title }}</a></span>
+ <span class="question-title-link"><a href="{% url question vote.question_id %}{{ vote.title|slugify }}">{{ vote.title }}</a></span>
{% else %}
- <span class="answer-title-link" ><a href="{% url question vote.question_id %}/{{ vote.title|slugify }}#{{ vote.answer_id }}">{{ vote.title }}</a></span>
+ <span class="answer-title-link" ><a href="{% url question vote.question_id %}{{ vote.title|slugify }}#{{ vote.answer_id }}">{{ vote.title }}</a></span>
{% endifequal %}
<div style="height:5px"></div>
</div>