login.html
changeset 4 ededea9ad08b
child 6 057498d12450
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/login.html	Fri Apr 09 12:28:58 2010 +0530
@@ -0,0 +1,12 @@
+<html>
+<head>
+<title>
+</title>
+</head>
+<body>
+<form action="" method="post">
+{{ form.as_p }}
+<input type="submit" value="Login">
+</form>
+</body>
+</html>