X-Git-Url: http://git.ithinksw.org/~kgodey/maayanwich.git/blobdiff_plain/46ed4211e32129bf050a0213e0469675a7d002f2..25e2e5d9d53f08724f2fe9661265d58d850c5d17:/templates/sandwich.html diff --git a/templates/sandwich.html b/templates/sandwich.html index 09d2a9a..fd874b1 100644 --- a/templates/sandwich.html +++ b/templates/sandwich.html @@ -1,10 +1,38 @@ {% extends "base.html" %} - +{% block extrahead %} + + + + + + + + + +{% endblock %} {% block title %}Add a sandwich{% endblock %} {% block content %}

Add a new sandwich

-
+ + {{ sform.as_p }} +

+
{% endblock %} \ No newline at end of file