X-Git-Url: http://git.ithinksw.org/~kgodey/maayanwich.git/blobdiff_plain/d9db56e5acb06105b3cd05cc682936003500597d..735e53fa41a4911c1464a25ed0f24ac8769b878f:/templates/sandwich.html diff --git a/templates/sandwich.html b/templates/sandwich.html index 32a85ed..1e8e621 100644 --- a/templates/sandwich.html +++ b/templates/sandwich.html @@ -1,11 +1,10 @@ - - - Add a sandwich! - -

Add a new sandwich

-
- {{ sform.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