summaryrefslogtreecommitdiffstats
path: root/templates/revisions_answer.html
diff options
context:
space:
mode:
authorBruno Sarlo <bruno@bruno-laptop.(none)>2009-08-09 23:52:33 -0300
committerBruno Sarlo <bruno@bruno-laptop.(none)>2009-08-09 23:52:33 -0300
commit2d1e60db89453f2c12132d657551090c7ea92506 (patch)
tree979ccea6ec95c87c06c824d35fb2371b7ffc1ee3 /templates/revisions_answer.html
parent039f563c62bf800304b621af490a8a4b071e5af6 (diff)
downloadaskbot-2d1e60db89453f2c12132d657551090c7ea92506.tar.gz
askbot-2d1e60db89453f2c12132d657551090c7ea92506.tar.bz2
askbot-2d1e60db89453f2c12132d657551090c7ea92506.zip
Included i18n for links site-wide. Hope there is no bit left.
Diffstat (limited to 'templates/revisions_answer.html')
-rw-r--r--templates/revisions_answer.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/revisions_answer.html b/templates/revisions_answer.html
index 9c2e53eb..23606dc9 100644
--- a/templates/revisions_answer.html
+++ b/templates/revisions_answer.html
@@ -73,7 +73,7 @@
</td>
<td style="width:120px; vertical-align:top">
<div style="height:18px">
- <a href="/users/{{ revision.author.id }}/{{ revision.author.username }}">{{ revision.author.username }}</a></div>
+ <a href="{% url users %}{{ revision.author.id }}/{{ revision.author.username }}">{{ revision.author.username }}</a></div>
<div>
{% get_score_badge revision.author %}
</div>