summaryrefslogtreecommitdiffstats
path: root/templates/unauthorized.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/unauthorized.html')
-rw-r--r--templates/unauthorized.html8
1 files changed, 8 insertions, 0 deletions
diff --git a/templates/unauthorized.html b/templates/unauthorized.html
new file mode 100644
index 0000000..ee2f412
--- /dev/null
+++ b/templates/unauthorized.html
@@ -0,0 +1,8 @@
+{% extends "master.html" %}
+{% block main %}
+<div class="col-sm-12">
+ <h1>401 - Unauthorized</h1>
+ <p>Authentication was not successful</p>
+ <p><a href="{{ basepath }}/login" title="Login">Try to login again</a></p>
+</div>
+{% endblock %} \ No newline at end of file