Login view works! Forms have been reshuffled (Django apparently comes with built...
[~kgodey/maayanwich.git] / templates / login.html
diff --git a/templates/login.html b/templates/login.html
new file mode 100644 (file)
index 0000000..367b112
--- /dev/null
@@ -0,0 +1,11 @@
+<html>
+       <head>
+               <title>Login</title></head>
+       <body>
+               <h1>Login</h1>
+               <form enctype="multipart/form-data" action="/login/" method="post">
+               {{ aform.as_p }}
+               <input type="submit" value="Submit" />
+               </form>
+       </body>
+</html>
\ No newline at end of file