1 {% extends "base.html" %}
3 {% block title %}Add an ingredient{% endblock %}
5 <h1 class="pagetitle">Add a new ingredient</h1>
6 <form enctype="multipart/form-data" action="{% url add_ingredient %}" method="post" class="cssform">
8 <input type="submit" value="Submit" />