Permission Denied

{% if user.username %} {% trans name=user.username %}

We're sorry {{ name }}, we're afraid we can't do that.

{% endtrans %} {% else %} {% trans name=user.username %}

We're sorry, we're afraid we can't do that.

{% endtrans %} {% endif %}
    {% if user.username %} {% trans logout_url=url('users.logout') %}
  • Log out to try again.
  • {% endtrans %} {% else %} {% trans login_url=('{base_url}?next={next}' | f(base_url=url('users.login'), next=request.get_full_path())), register_url=url('users.register') %}
  • Log in to try again.
  • Register to edit docs and submit demos.
  • {% endtrans %} {% endif %} {% trans demos_url=url('demos'), docs_url=url('docs') %}
  • View demos or browse docs
  • {% endtrans %}
{% trans %}

No computer has ever made a mistake or distorted information. We are all, by any practical definition of the words, foolproof and incapable of error. So it can only be attributable to human error. If so, file a bug for my human operators.

{% endtrans %} {% trans %}

Tumbeasts by Matthew Inman of The Oatmeal

{% endtrans %}