celery tasks and some other changes
[audio.git] / apps / archive / templates / archive / list_published.html
index c51cace..49544b4 100755 (executable)
@@ -14,7 +14,7 @@
 {% block file-list %}
     {% for file in objects %}
         <li>
-            <a href='{% url file file %}'>{{ file }}</a></form>
+            <a href='{% url file file.id %}'>{{ file }}</a></form>
         </li>
     {% endfor %}
 {% endblock %}