aboutsummaryrefslogtreecommitdiffstats
path: root/ctrack/templates/403.html
diff options
context:
space:
mode:
Diffstat (limited to 'ctrack/templates/403.html')
-rw-r--r--ctrack/templates/403.html9
1 files changed, 9 insertions, 0 deletions
diff --git a/ctrack/templates/403.html b/ctrack/templates/403.html
new file mode 100644
index 0000000..77db8ae
--- /dev/null
+++ b/ctrack/templates/403.html
@@ -0,0 +1,9 @@
+{% extends "base.html" %}
+
+{% block title %}Forbidden (403){% endblock %}
+
+{% block content %}
+<h1>Forbidden (403)</h1>
+
+<p>CSRF verification failed. Request aborted.</p>
+{% endblock content %}