Custom form for adding ingredients works!
[~kgodey/maayanwich.git] / templates / ingredient.html
1 <html>
2         <head>
3                 <title>Add an ingredient!</title></head>
4         <body>
5                 <h1>Add a new ingredient</h1>
6                 <form enctype="multipart/form-data" action="/addingredient/" method="post">
7                 {{ iform.as_p }}
8                 <input type="submit" value="Submit" />
9                 </form>
10         </body>
11 </html>