summaryrefslogtreecommitdiffstats
path: root/templates/revisions_answer.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
commit1404416412a50d00719d4f3d6f84dbda75e811b7 (patch)
tree5bf13b5605e40c755e20edf9be45e3a20308d5dd /templates/revisions_answer.html
parent90caf82b1f8be4ab5c54773425026ac92580ff61 (diff)
parent13611098c91cb62090b5fc608082ef4c08a50176 (diff)
downloadaskbot-1404416412a50d00719d4f3d6f84dbda75e811b7.tar.gz
askbot-1404416412a50d00719d4f3d6f84dbda75e811b7.tar.bz2
askbot-1404416412a50d00719d4f3d6f84dbda75e811b7.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/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>