1 {% extends "catalogue/base.html" %}
5 {% block titleextra %}{% trans "Create a new book" %}{% endblock %}
9 <h1>{% trans "Create a new book" %}</h1>
11 <form enctype="multipart/form-data" method="POST">
13 <table class='editable'>
15 <tr><td></td><td><button type="submit">{% trans "Create book" %}</button></td></tr>
18 {% endblock content %}