Locatizations.
[wolnelektury.git] / src / picture / templates / admin / picture / picture / change_list.html
old mode 100755 (executable)
new mode 100644 (file)
index 05566c0..eefffbf
@@ -1,12 +1,13 @@
 {% extends "admin/change_list.html" %}
-{% load i18n %}
 
 {% block content %}
-    <form action="{% url 'import_picture' %}" method="post" enctype="multipart/form-data">
-    {% csrf_token %}
-        <p>XML: <input type="file" id="id_picture_xml_file" name="picture_xml_file" /><br/>
-            {% trans "Image" %}: <input type="file" id="id_picture_image_file" name="picture_image_file" /><br/>
-            <input type="submit" value="{% trans "Import picture" %}"/></p>
-    </form>
-    {{ block.super }}
+  <form action="{% url 'import_picture' %}" method="post" enctype="multipart/form-data">
+  {% csrf_token %}
+    <p>
+      XML: <input type="file" id="id_picture_xml_file" name="picture_xml_file" /><br/>
+      Obraz: <input type="file" id="id_picture_image_file" name="picture_image_file" /><br/>
+      <input type="submit" value="Zaimportuj obraz"/>
+    </p>
+  </form>
+  {{ block.super }}
 {% endblock content %}