remove to archive,
[audio.git] / apps / archive / templates / archive / file_managed.html
index 92ee639..d43c97e 100755 (executable)
@@ -94,5 +94,15 @@ Last modified: {{ audiobook.modified }}
 
 
 
+<hr />
+
+
+
+<form method="post" action="{% url remove_to_archive audiobook.id %}">
+    {% csrf_token %}
+    <input type="submit" value="{% trans "Remove to archive" %}" />
+</form>
+
+
 
 {% endblock %}