Visual changes, removing some items not applicable in the ER editing context.
[redakcja.git] / apps / catalogue / templates / catalogue / document_create_missing.html
1 {% extends "catalogue/base.html" %}
2 {% load i18n %}
3
4 {% block content %}
5     <h1>Utwórz nowy moduł</h1>
6
7     <form enctype="multipart/form-data" method="POST">
8     {% csrf_token %}
9     <table class='editable'>
10         {{ form.as_table}}
11         <tr><td></td><td><button type="submit">Utwórz moduł</button></td></tr>
12     </table>
13     </form>
14 {% endblock content %}