Reorganize code.
[audio.git] / apps / archive / templates / archive / list_published.html
diff --git a/apps/archive/templates/archive/list_published.html b/apps/archive/templates/archive/list_published.html
deleted file mode 100755 (executable)
index 5e61ba1..0000000
+++ /dev/null
@@ -1,20 +0,0 @@
-{% extends "archive/list.html" %}
-{% load i18n %}
-
-
-{% block file-list-title %}
-    {% trans "Published audiobooks" %}
-{% endblock %}
-
-
-{% block file-list-info %}
-{% endblock %}
-
-
-{% block file-list %}
-    {% for file in objects %}
-        <li>
-            <a href='{% url "file" file.id %}'>{{ file }}</a>
-        </li>
-    {% endfor %}
-{% endblock %}