Reorganize code.
[audio.git] / apps / archive / templates / archive / list_new.html
diff --git a/apps/archive/templates/archive/list_new.html b/apps/archive/templates/archive/list_new.html
deleted file mode 100644 (file)
index fabf446..0000000
+++ /dev/null
@@ -1,22 +0,0 @@
-{% extends "archive/list.html" %}
-{% load i18n %}
-
-
-{% block file-list-title %}
-    {% trans "New audiobooks" %}
-{% endblock %}
-
-
-{% block file-list-info %}
-    {% trans "Put source audiobooks in:" %}
-    <span>{{ path }}</span>
-{% endblock %}
-
-
-{% block file-list %}
-    {% for file in objects %}
-        <li>
-            <a href='{% url "file_new" file|urlencode %}'>{{ file }}</a>
-        </li>
-    {% endfor %}
-{% endblock %}