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/500.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/500.html')
-rw-r--r-- | templates/500.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/500.html b/templates/500.html index 52dcafae..1990edbc 100644 --- a/templates/500.html +++ b/templates/500.html @@ -25,8 +25,8 @@ {% trans "please report the error to the site administrators if you wish" %} <ul> <li><a href="#" id="linkPrevious">{% trans "back to previous page" %}</li> - <li><a href="/questions">{% trans "see latest questions" %}</a></li> - <li><a href="/tags/">{% trans "see tags" %}</a></li> + <li><a href="{% url questions %}">{% trans "see latest questions" %}</a></li> + <li><a href="{% url tags %}">{% trans "see tags" %}</a></li> </u> </div> |