summaryrefslogtreecommitdiffstats
path: root/templates/unauthorized.html
diff options
context:
space:
mode:
authorPetr Vobornik <pvoborni@redhat.com>2014-01-27 18:07:33 +0100
committerSimo Sorce <simo@redhat.com>2014-02-17 10:45:07 -0500
commit4e4d0c1986ed37f6d2fc3553afce49fe700f5366 (patch)
treea2caf2fc80021274d988f98987f5b45c77cb0b4a /templates/unauthorized.html
parent739ca49e93d7bf534bfc401633a612e16ff19bc6 (diff)
downloadipsilon-4e4d0c1986ed37f6d2fc3553afce49fe700f5366.tar.gz
ipsilon-4e4d0c1986ed37f6d2fc3553afce49fe700f5366.tar.xz
ipsilon-4e4d0c1986ed37f6d2fc3553afce49fe700f5366.zip
Unauthorized page
Signed-off-by: Petr Vobornik <pvoborni@redhat.com> Reviewed-by: Simo Sorce <simo@redhat.com>
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