Reorganize code.
[audio.git] / apps / archive / templates / archive / tags / tags_table.html
diff --git a/apps/archive/templates/archive/tags/tags_table.html b/apps/archive/templates/archive/tags/tags_table.html
deleted file mode 100755 (executable)
index 70b9d48..0000000
+++ /dev/null
@@ -1,7 +0,0 @@
-{% if table %}<table class='tags'>{% endif %}
-    {% for t, v in tags.items %}
-        <tr><th>{{ t }}</th><td>
-            {{ v|linebreaksbr }}
-        </td></tr>
-    {% endfor %}
-{% if table %}</table>{% endif %}