Update to Django 1.11 and Celery 4.2.
[audio.git] / src / archive / templates / archive / list_new.html
index fabf446..28019cd 100644 (file)
@@ -16,7 +16,7 @@
 {% block file-list %}
     {% for file in objects %}
         <li>
-            <a href='{% url "file_new" file|urlencode %}'>{{ file }}</a>
+            <a href='{% url "file_new" file %}'>{{ file }}</a>
         </li>
     {% endfor %}
 {% endblock %}