From: Kriti Godey Date: Mon, 8 Mar 2010 22:02:51 +0000 (-0500) Subject: added a span to the add sandwich template X-Git-Url: http://git.ithinksw.org/~kgodey/maayanwich.git/commitdiff_plain/e3934e0c91a921e637c3150a7435f0fb34e2e5e3 added a span to the add sandwich template --- diff --git a/templates/sandwich.html b/templates/sandwich.html index 09d2a9a..4c8dd77 100644 --- a/templates/sandwich.html +++ b/templates/sandwich.html @@ -3,8 +3,10 @@ {% block title %}Add a sandwich{% endblock %} {% block content %}

Add a new sandwich

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