Zmiana nazwy project -> platforma.
[redakcja.git] / project / templates / explorer / file_list.html
diff --git a/project/templates/explorer/file_list.html b/project/templates/explorer/file_list.html
deleted file mode 100644 (file)
index bfbafe1..0000000
+++ /dev/null
@@ -1,9 +0,0 @@
-{% extends "base.html" %}
-
-{% block maincontent %}
-<ul>
-{% for blob in objects %}
-    <li><a href="{% url editor_view blob %}">{{ blob }}</a></li>
-{% endfor %}
-</ul>
-{% endblock maincontent %}