From e3934e0c91a921e637c3150a7435f0fb34e2e5e3 Mon Sep 17 00:00:00 2001 From: Kriti Godey Date: Mon, 8 Mar 2010 17:02:51 -0500 Subject: [PATCH] added a span to the add sandwich template --- templates/sandwich.html | 2 ++ 1 file changed, 2 insertions(+) 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 -- 2.20.1