1 {% extends "base_content.html" %}
3 {% block title %}{% trans "Forbidden" %}{% endblock %}
5 <style type="text/css">
6 form input { margin-right: 5px; }
10 <div id="main-bar" class="headNormal">
11 {% trans "Forbidden" %}
13 <div id="main-body" class="">
14 <div style="padding:5px 0px 10px 0;line-height:25px;">
15 <h3>{% trans "Sorry, you don't have permissions to access this page." %}</h3>
16 <div style="margin-top:5px">
17 {% trans "This might have happened for the following reasons:" %}<br/>
19 <li>{% trans "you followed a link on an email, but you're currently logged in as another user;" %}</li>
20 <li>{% trans "there are errors in the url, please confirm it;" %}</li>
21 <li>{% trans "if you believe you shouldn't bee seeing this error, please" %}
22 <a href="{% if settings.CONTACT_URL %}{{ settings.CONTACT_URL }}{% else %}{% url feedback %}{% endif %}" target="_blank">
23 {% trans "report this problem" %}
29 <li><a href="{% url index %}">{% trans "to home page" %} »</a></li>
30 <li><a href="{% url questions %}">{% trans "see all questions" %} »</a></li>
31 <li><a href="{% url tags %}">{% trans "see all tags" %} »</a></li>