Server-side refactor.
[redakcja.git] / project / templates / explorer / file_list.html
index 7063d29..bfbafe1 100644 (file)
@@ -3,7 +3,7 @@
 {% block maincontent %}
 <ul>
 {% for blob in objects %}
-    <li><a href="{% url file_xml blob %}">{{ blob }}</a></li>
+    <li><a href="{% url editor_view blob %}">{{ blob }}</a></li>
 {% endfor %}
 </ul>
 {% endblock maincontent %}