1 {% extends "catalogue/base.html" %}
5 {% block titleextra %}{% trans "PDF file upload" %}{% endblock %}
11 <h2>{% trans "PDF file upload" %}</h2>
13 <form enctype="multipart/form-data" method="POST" action="">
16 <p><button type="submit">{% trans "Upload" %}</button></p>
20 {% endblock content %}