summaryrefslogtreecommitdiffstats
path: root/templates/404.html
diff options
context:
space:
mode:
authorEvgeny Fadeev <evgeny.fadeev@gmail.com>2009-08-12 15:26:56 -0400
committerEvgeny Fadeev <evgeny.fadeev@gmail.com>2009-08-12 15:26:56 -0400
commit5c6fceae98c0916c94ec5b919950c67475f44b67 (patch)
tree5e9041d10f27b47489344b5dc892c5ec223e30cf /templates/404.html
parent1f034e12f4deeb27cd641c73e555c050e5f4d942 (diff)
downloadaskbot-5c6fceae98c0916c94ec5b919950c67475f44b67.tar.gz
askbot-5c6fceae98c0916c94ec5b919950c67475f44b67.tar.bz2
askbot-5c6fceae98c0916c94ec5b919950c67475f44b67.zip
merged Bruno url translations, removed his local mods, added settings.BOOKS_ON, validated more templates
Diffstat (limited to 'templates/404.html')
-rw-r--r--templates/404.html8
1 files changed, 4 insertions, 4 deletions
diff --git a/templates/404.html b/templates/404.html
index bfb86e7d..2fa38f99 100644
--- a/templates/404.html
+++ b/templates/404.html
@@ -27,7 +27,7 @@
<ul>
<li>{% trans "this question or answer has been deleted;" %}</li>
<li>{% trans "url has error - please check it;" %}</li>
- <li>{% trans "the page you tried to visit is protected or you don't have sufficient points, see" %} <a href="{% url faq %}"> faq</a>;</li>
+ <li>{% trans "the page you tried to visit is protected or you don't have sufficient points, see" %} <a href="{% url faq %}"> faq</a>;</li>
<li>{% trans "if you believe this error 404 should not have occured, please" %}
<a href="{{feedback_site_url}}" target="_blank">{% trans "report this problem" %}</a></li>
</u>
@@ -38,9 +38,9 @@
</script>
<script type="text/javascript" src="http://linkhelp.clients.google.com/tbproxy/lh/wm/fixurl.js"></script>
<ul>
- <li><a href="#" id="linkPrevious">{% trans "back to previous page" %} » </li>
- <li><a href="{% url questions %}">{% trans "see all questions" %} » </a></li>
- <li><a href="{% url tags %}">{% trans "see all tags" %} » </a></li>
+ <li><a href="#" id="linkPrevious">{% trans "back to previous page" %} »</li>
+ <li><a href="{% url questions %}">{% trans "see all questions" %} »</a></li>
+ <li><a href="{% url tags %}">{% trans "see all tags" %} »</a></li>
</u>
</div>