X-Git-Url: http://git.ithinksw.org/~kgodey/maayanwich.git/blobdiff_plain/d70badd3a28a3b951b32e4cf36562ec3cfd9dd41..f3cb6c9aac4ebeec54e8a82959cf8d56b30b15b5:/templates/sandwich.html diff --git a/templates/sandwich.html b/templates/sandwich.html index d87265e..e2acdbc 100644 --- a/templates/sandwich.html +++ b/templates/sandwich.html @@ -1,10 +1,26 @@ {% 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