Sith/core/templates/core/403.html

9 lines
94 B
HTML

{% extends "core/base.html" %}
{% block content %}
<h3>403, Forbidden</h3>
{% endblock %}