Custom form for adding ingredients works!
[~kgodey/maayanwich.git] / templates / ingredient.html
diff --git a/templates/ingredient.html b/templates/ingredient.html
new file mode 100644 (file)
index 0000000..6d8b912
--- /dev/null
@@ -0,0 +1,11 @@
+<html>
+       <head>
+               <title>Add an ingredient!</title></head>
+       <body>
+               <h1>Add a new ingredient</h1>
+               <form enctype="multipart/form-data" action="/addingredient/" method="post">
+               {{ iform.as_p }}
+               <input type="submit" value="Submit" />
+               </form>
+       </body>
+</html>
\ No newline at end of file