Redirects to error pages for most pages work. Still todo: adding/editing sandwiches...
[~kgodey/maayanwich.git] / templates / notloggedin.html
diff --git a/templates/notloggedin.html b/templates/notloggedin.html
new file mode 100644 (file)
index 0000000..15d9bb8
--- /dev/null
@@ -0,0 +1,5 @@
+{% extends "base.html" %}
+
+{% block content %}
+       <h1 class="pagetitle">You are not logged in!</h1>
+{% endblock %}
\ No newline at end of file