Start to reorganize views a little.
[audio.git] / src / archive / templates / archive / list_published.html
diff --git a/src/archive/templates/archive/list_published.html b/src/archive/templates/archive/list_published.html
deleted file mode 100644 (file)
index 04396f6..0000000
+++ /dev/null
@@ -1,22 +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 %}
-    <tr>
-      <td>
-        <a href='{% url "file" file.id %}'>{{ file }}</a>
-      </td>
-    </tr>
-  {% endfor %}
-{% endblock %}