{% extends "error.html" %} {% set error = "Forbidden" %} {% set error_code = 403 %} {% block error_content %} {% if request.method != "GET" %}

You're not allowed to access this resource. In fact, you shouldn't have been able to see this page at all. Our app isn't made in JS, did you think you could just bypass security by forcing the submit button to appear?
However, you can access this random and unrelated picture. Try bribing the subject of it for access, there may be a nonzero chance it will let you in.

Try our bribe service, in case you've logged in but can't access the resource, putting you in depression: Attempt to bribe the cat/dog/flower/rubbish/sun/[insert object here] for access (bribe service requires JavaScript, cookies and sending your data to Google, which actually wants it, unlike us)
{% else %}

You're not allowed to access this resource. If you're authenticated, you may not have the right permissions. However, you can access this random and unrelated picture.

{% endif %}

Home page

Like what you see?

{% endblock %}