Reorganize code.
[audio.git] / apps / archive / templates / archive / file_new.html
diff --git a/apps/archive/templates/archive/file_new.html b/apps/archive/templates/archive/file_new.html
deleted file mode 100644 (file)
index acc161d..0000000
+++ /dev/null
@@ -1,23 +0,0 @@
-{% extends "archive/base.html" %}
-{% load i18n tags %}
-
-{% block content %}
-
-<form method="post" action="{% url 'move_to_archive' filename %}">
-    {% csrf_token %}
-    <input type="submit" value="{% trans "Move to archive" %}" />
-</form>
-
-
-{% multiple_tags_table tags %}
-
-
-<form method='post' action='.'>
-    {% csrf_token %}
-    <table>
-        {{ form.as_table }}
-        <td></td><td><input type="submit" value='{% trans "Commit" %}' /></td></td>
-    </table>
-</form>
-
-{% endblock %}