Made the CSS pretty (the CSS file hasn't been committed yet), plus added comment...
[~kgodey/maayanwich.git] / templates / sandwich.html
index 4c8dd77..1d650ea 100644 (file)
@@ -4,7 +4,7 @@
 {% block content %}
        <h1 class="pagetitle">Add a new sandwich</h1>
        <span class="formspan">
-       <form enctype="multipart/form-data" action="{% url add_sandwich %}" method="post">
+       <form enctype="multipart/form-data" action="{% url add_sandwich %}" method="post" class="cssform">
        {{ sform.as_p }}
        <input type="submit" value="Submit" />
        </form>