movieclub/templates/403.html

5 lines
122 B
HTML

{% extends "base.html" %}
{% block content %}
<h1>You can't access this resource.</h1>
<p>{{exception}}</p>
{% endblock %}