1 {% extends "base.html" %}
3 {% block title %}Add a sandwich{% endblock %}
5 <h1 class="pagetitle">Add a new sandwich</h1>
6 <span class="formspan">
7 <form enctype="multipart/form-data" action="{% url add_sandwich %}" method="post">
9 <input type="submit" value="Submit" />