Upgrade to Django 1.5.
[wolnelektury.git] / apps / wolnelektury_core / templates / admin / catalogue / book / change_list.html
index 0ec95b2..9f1b8cb 100644 (file)
@@ -2,9 +2,9 @@
 {% load i18n %}
 
 {% block content %}
-    <form action="{% url import_book %}" method="post" enctype="multipart/form-data">
+    <form action="{% url 'import_book' %}" method="post" enctype="multipart/form-data">
     {% csrf_token %}
         <p><input type="file" id="id_book_xml_file" name="book_xml_file" /> <input type="submit" value="{% trans "Import book" %}"/></p>
     </form>
     {{ block.super }}
-{% endblock content %}
\ No newline at end of file
+{% endblock content %}