Added the "create new user" view.
[~kgodey/maayanwich.git] / templates / newuser.html
diff --git a/templates/newuser.html b/templates/newuser.html
new file mode 100644 (file)
index 0000000..fb53041
--- /dev/null
@@ -0,0 +1,11 @@
+<html>
+       <head>
+               <title>Create account</title></head>
+       <body>
+               <h1>Create account</h1>
+               <form enctype="multipart/form-data" action="/newuser/" method="post">
+               {{ cform.as_p }}
+               <input type="submit" value="Submit" />
+               </form>
+       </body>
+</html>
\ No newline at end of file