summaryrefslogtreecommitdiff
path: root/templates/not-logged-in.j2
diff options
context:
space:
mode:
Diffstat (limited to 'templates/not-logged-in.j2')
-rw-r--r--templates/not-logged-in.j29
1 files changed, 9 insertions, 0 deletions
diff --git a/templates/not-logged-in.j2 b/templates/not-logged-in.j2
new file mode 100644
index 0000000..4ac097b
--- /dev/null
+++ b/templates/not-logged-in.j2
@@ -0,0 +1,9 @@
+<!DOCTYPE html>
+<html xmlns="http://www.w3.org/1999/xhtml">
+<head>
+ <title>Not logged int</title>
+</head>
+<body>
+ <p>You are NOT logged in. <a href="/login">Log in</a></p>
+</body>
+</html>