Django 1.5
[audio.git] / apps / archive / templates / archive / file_new.html
index 466c576..acc161d 100644 (file)
@@ -3,7 +3,7 @@
 
 {% block content %}
 
-<form method="post" action="{% url move_to_archive filename %}">
+<form method="post" action="{% url 'move_to_archive' filename %}">
     {% csrf_token %}
     <input type="submit" value="{% trans "Move to archive" %}" />
 </form>