templates/login.html
branchanoop
changeset 69 5ae81766e3e5
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/templates/login.html	Mon Jun 07 15:48:41 2010 +0530
@@ -0,0 +1,10 @@
+{% extends 'base.html' %}
+{% block title %}
+Sage Days 25 - Login
+{% endblock %}
+{% block content %}
+<form action="" method="post">
+{{ form.as_p }}
+<input value="Login" type="submit">
+</form>
+{% endblock %}