summaryrefslogtreecommitdiffstats
path: root/python/fatcat_web/templates/403.html
diff options
context:
space:
mode:
Diffstat (limited to 'python/fatcat_web/templates/403.html')
-rw-r--r--python/fatcat_web/templates/403.html15
1 files changed, 15 insertions, 0 deletions
diff --git a/python/fatcat_web/templates/403.html b/python/fatcat_web/templates/403.html
new file mode 100644
index 00000000..14c31bb2
--- /dev/null
+++ b/python/fatcat_web/templates/403.html
@@ -0,0 +1,15 @@
+{% extends "base.html" %}
+{% block body %}
+
+<center>
+<div style="font-size: 8em;">403</div>
+<div style="font-size: 3em;">Not Authorized</div>
+
+<p>You might need to log in, or your account may not (yet!) have privileges to
+complete the attempted action.
+
+<p>This could also just mean that you need to log out and log back in. Sorry
+about that!
+</center>
+
+{% endblock %}