This commit is contained in:
Ross
2021-08-31 22:20:11 +01:00
parent 61993331b3
commit 60aff5fb81
3 changed files with 16 additions and 1 deletions
+8
View File
@@ -0,0 +1,8 @@
{% extends 'base.html' %}
{% block content %}
<div class="">
<h2>403 error</h2>
Forbidden
</div>
{% endblock %}