7 lines
196 B

{% extends "base.html" %}
{% block app_content %}
<h1>Forbidden</h1>
<h2>You don't have permission to do that</h2>
<p><a href="{{ url_for('main.index') }}">Back</a></p>
{% endblock %}