X-Git-Url: http://git.ithinksw.org/~kgodey/maayanwich.git/blobdiff_plain/6d140a50c835a7008a81cb395fd244d8aa8b6294..d70badd3a28a3b951b32e4cf36562ec3cfd9dd41:/templates/sandwich.html diff --git a/templates/sandwich.html b/templates/sandwich.html index 3ae0f3e..d87265e 100644 --- a/templates/sandwich.html +++ b/templates/sandwich.html @@ -1,11 +1,10 @@ - - - Add a sandwich! - -

Add a new sandwich

-
- {{ form.as_p }} - -
- - \ No newline at end of file +{% extends "base.html" %} + +{% block title %}Add a sandwich{% endblock %} +{% block content %} +

Add a new sandwich

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