Sandwich form actually adds things to the database now!
[~kgodey/maayanwich.git] / templates / sandwich.html
1 <html>
2         <head>
3                 <title>Add a sandwich!</title></head>
4         <body>
5                 <h1>Add a new sandwich</h1>
6                 <form enctype="multipart/form-data" action="/addsandwich/" method="post">
7                 {{ sform.as_p }}
8                 <input type="submit" value="Submit" />
9                 </form>
10         </body>
11 </html>