Update to Django 1.11 and Celery 4.2.
[audio.git] / src / archive / templates / archive / list_unmanaged.html
index fd48c33..df3ccfb 100755 (executable)
@@ -13,7 +13,7 @@
 {% block file-list %}
     {% for file in objects %}
         <li>
-            <a href='{% url "file_unmanaged" file|urlencode %}'>{{ file }}</a>
+            <a href='{% url "file_unmanaged" file %}'>{{ file }}</a>
         </li>
     {% endfor %}
 {% endblock %}