added a span to the add sandwich template
authorKriti Godey <kriti.godey@gmail.com>
Mon, 8 Mar 2010 22:02:51 +0000 (17:02 -0500)
committerKriti Godey <kriti.godey@gmail.com>
Mon, 8 Mar 2010 22:02:51 +0000 (17:02 -0500)
templates/sandwich.html

index 09d2a9a..4c8dd77 100644 (file)
@@ -3,8 +3,10 @@
 {% block title %}Add a sandwich{% endblock %}
 {% block content %}
        <h1 class="pagetitle">Add a new sandwich</h1>
+       <span class="formspan">
        <form enctype="multipart/form-data" action="{% url add_sandwich %}" method="post">
        {{ sform.as_p }}
        <input type="submit" value="Submit" />
        </form>
+       </span>
 {% endblock %}
\ No newline at end of file