remove to archive,
[audio.git] / apps / archive / templates / archive / list_unmanaged.html
index 96e45d3..6b7486b 100755 (executable)
@@ -13,7 +13,7 @@
 {% block file-list %}
     {% for file in objects %}
         <li>
-            <a href='{% url file_unmanaged file %}'>{{ file }}</a>
+            <a href='{% url file_unmanaged file|urlencode %}'>{{ file }}</a>
         </li>
     {% endfor %}
 {% endblock %}