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

Add a new sandwich

-
- {{ form.as_p }} - -
- - \ No newline at end of file +{% 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