takahe/templates/403.html

7 wiersze
143 B
HTML

{% extends "base.html" %}
{% block content %}
<h1>Permission Denied</h1>
<p>I'm Sorry. I'm afraid I can't do that.</p>
{% endblock %}