Django 1.5
[audio.git] / apps / archive / templates / archive / list_publishing.html
index 501b94c..6bcf9e0 100755 (executable)
@@ -14,7 +14,7 @@
         <ul>
             {% for file in objects %}
             <li>
-                <a href='{% url file file.id %}'>{{ file }}</a>
+                <a href='{% url "file" file.id %}'>{{ file }}</a>
                 ({% if file.mp3_status = k.0 %}MP3{% if file.ogg_status = k.0 %}, {% endif %}{% endif %}{% if file.ogg_status = k.0 %}Ogg{% endif %})
             </li>
             {% endfor %}