{% 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.
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 %} {% endblock %}