Django 1.5
[audio.git] / apps / archive / templates / archive / list_published.html
index 6bbec9b..5e61ba1 100755 (executable)
@@ -14,7 +14,7 @@
 {% block file-list %}
     {% for file in objects %}
         <li>
-            <a href='{% url file file.id %}'>{{ file }}</a>
+            <a href='{% url "file" file.id %}'>{{ file }}</a>
         </li>
     {% endfor %}
 {% endblock %}