X-Git-Url: http://git.ithinksw.org/~kgodey/maayanwich.git/blobdiff_plain/46ed4211e32129bf050a0213e0469675a7d002f2..3cd54f9577831cd75a05ce890aa3f52b4b4885ce:/templates/sandwich.html diff --git a/templates/sandwich.html b/templates/sandwich.html index 09d2a9a..1b2b2fc 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