From 4e4d0c1986ed37f6d2fc3553afce49fe700f5366 Mon Sep 17 00:00:00 2001 From: Petr Vobornik Date: Mon, 27 Jan 2014 18:07:33 +0100 Subject: Unauthorized page Signed-off-by: Petr Vobornik Reviewed-by: Simo Sorce --- templates/unauthorized.html | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 templates/unauthorized.html (limited to 'templates') 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 %} +
+

401 - Unauthorized

+

Authentication was not successful

+

Try to login again

+
+{% endblock %} \ No newline at end of file -- cgit