diff options
author | Bruno Sarlo <bruno@bruno-laptop.(none)> | 2009-08-09 23:52:09 -0300 |
---|---|---|
committer | Bruno Sarlo <bruno@bruno-laptop.(none)> | 2009-08-09 23:52:09 -0300 |
commit | 56529f3b93b9e7247b70cdf4efdf9c9a90deeaa1 (patch) | |
tree | 979ccea6ec95c87c06c824d35fb2371b7ffc1ee3 /templates/revisions_question.html | |
parent | ab773e3548a98ba0b5af8492ac2905d7d6600578 (diff) | |
download | askbot-56529f3b93b9e7247b70cdf4efdf9c9a90deeaa1.tar.gz askbot-56529f3b93b9e7247b70cdf4efdf9c9a90deeaa1.tar.bz2 askbot-56529f3b93b9e7247b70cdf4efdf9c9a90deeaa1.zip |
Included i18n for links site-wide. Hope there is no bit left.
Diffstat (limited to 'templates/revisions_question.html')
-rw-r--r-- | templates/revisions_question.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/revisions_question.html b/templates/revisions_question.html index 7ada3e74..b76ced24 100644 --- a/templates/revisions_question.html +++ b/templates/revisions_question.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> |