summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--templates/403.html6
1 files changed, 6 insertions, 0 deletions
diff --git a/templates/403.html b/templates/403.html
new file mode 100644
index 0000000..bb09952
--- /dev/null
+++ b/templates/403.html
@@ -0,0 +1,6 @@
+{% extends "base.html" %}
+
+{% block content %}
+ <h1>Permission Denied</h1>
+ <p>I'm Sorry. I'm afraid I can't do that.</p>
+{% endblock %}