1 {% extends "base_content.html" %}
3 {% block title %}{% trans "Forbidden" %}{% endblock %}
5 <style type="text/css">
6 form input { margin-right: 5px; }
10 <script type="text/javascript">
12 $("#linkPrevious").bind("click", back=function(){history.go(-1);})
18 <div id="main-bar" class="headNormal">
19 {% trans "Forbidden" %}
21 <div id="main-body" class="">
22 <div style="padding:5px 0px 10px 0;line-height:25px;">
23 <h3>{% trans "Sorry, could not find the page you requested." %}</h3>
24 <div style="margin-top:5px">
25 {% trans "This might have happened for the following reasons:" %}<br/>
27 <li>{% trans "this question or answer has been deleted;" %}</li>
28 <li>{% trans "url has error - please check it;" %}</li>
29 <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>
30 <li>{% trans "if you believe this error 404 should not have occurred, please" %}
31 <a href="{{feedback_site_url}}" target="_blank">{% trans "report this problem" %}</a></li>
34 <script type="text/javascript">
35 var GOOG_FIXURL_LANG = '{{settings.LANGUAGE_CODE}}';
36 var GOOG_FIXURL_SITE = '{{site_url}}';
38 <script type="text/javascript" src="http://linkhelp.clients.google.com/tbproxy/lh/wm/fixurl.js"></script>
40 <li><a href="#" id="linkPrevious">{% trans "back to previous page" %} È</a></li>
41 <li><a href="{% url questions %}">{% trans "see all questions" %} È</a></li>
42 <li><a href="{% url tags %}">{% trans "see all tags" %} È</a></li>