1 {% extends "catalogue/base.html" %}
5 <form enctype="multipart/form-data" method="POST" action="{% if go_next %}?next={{ go_next }}{% endif %}">
9 <p><button type="submit">{% trans "Save" %}</button></p>
11 {% endblock leftcolumn %}
13 {% block rightcolumn %}
14 {% endblock rightcolumn %}