added an error page for "you are not logged in"
[~kgodey/maayanwich.git] / templates / pleaselogin.html
diff --git a/templates/pleaselogin.html b/templates/pleaselogin.html
new file mode 100644 (file)
index 0000000..8bbcf2d
--- /dev/null
@@ -0,0 +1,10 @@
+{% extends "base.html" %}
+
+{% block content %}
+       <h3 class="error">You are not logged in.</h3>
+       <h1 class="pagetitle">Login</h1>
+       <form enctype="multipart/form-data" action="{% url login2 %}" method="post" class="cssform">
+       {{ aform.as_p }}
+       <input type="submit" value="Submit" />
+       </form>
+{% endblock %}
\ No newline at end of file