{% extends "base.html" %} {% import "bootstrap/wtf.html" as wtf %} {% import "bootstrap/fixes.html" as fixes %} {% import "bootstrap/utils.html" as util %} {% block title %}403 Error{% endblock %} {% block content %}
{{ util.flashed_messages(dismissible=True, container=False) }}

Error

Forbidden (403) Error

You don't have the appropriate rights to view this page.

{% include "footer.html" %} {% endblock %}