aboutsummaryrefslogtreecommitdiffhomepage
path: root/apioforum/templates/err/403.html
diff options
context:
space:
mode:
Diffstat (limited to 'apioforum/templates/err/403.html')
-rw-r--r--apioforum/templates/err/403.html8
1 files changed, 8 insertions, 0 deletions
diff --git a/apioforum/templates/err/403.html b/apioforum/templates/err/403.html
new file mode 100644
index 0000000..bae6857
--- /dev/null
+++ b/apioforum/templates/err/403.html
@@ -0,0 +1,8 @@
+{% extends 'base.html' %}
+{% block header %}
+<h1>{% block title %}403 forbidden{% endblock %}</h1>
+{% endblock %}
+
+{% block content %}
+<p>you don't have permission to access the requested page</p>
+{% endblock %}