X-Git-Url: https://git.openstreetmap.org./osqa.git/blobdiff_plain/6d48df570d9b759d0fd18001fbcacc5c5a36a7e0..1431e6d934aa52c41d303b157b7e3c587601f5c7:/forum/skins/default/templates/403.html?ds=sidebyside diff --git a/forum/skins/default/templates/403.html b/forum/skins/default/templates/403.html index 461c264..26b563f 100644 --- a/forum/skins/default/templates/403.html +++ b/forum/skins/default/templates/403.html @@ -6,40 +6,29 @@ form input { margin-right: 5px; } {% endblock %} -{% block forejs %} - -{% endblock %} {% block content %}
{% trans "Forbidden" %}
-

{% trans "Sorry, could not find the page you requested." %}

+

{% trans "Sorry, you don't have permissions to access this page." %}

{% trans "This might have happened for the following reasons:" %}
    -
  • {% trans "this question or answer has been deleted;" %}
  • -
  • {% trans "url has error - please check it;" %}
  • -
  • {% trans "the page you tried to visit is protected or you don't have sufficient points, see" %} faq;
  • -
  • {% trans "if you believe this error 404 should not have occurred, please" %} - {% trans "report this problem" %}
  • +
  • {% trans "you followed a link on an email, but you're currently logged in as another user;" %}
  • +
  • {% trans "there are errors in the url, please confirm it;" %}
  • +
  • {% trans "if you believe you shouldn't bee seeing this error, please" %} + + {% trans "report this problem" %} + +
- -