Pierwszy poważny import.
[redakcja.git] / project / templates / explorer / file_list.html
diff --git a/project/templates/explorer/file_list.html b/project/templates/explorer/file_list.html
new file mode 100644 (file)
index 0000000..7063d29
--- /dev/null
@@ -0,0 +1,9 @@
+{% extends "base.html" %}
+
+{% block maincontent %}
+<ul>
+{% for blob in objects %}
+    <li><a href="{% url file_xml blob %}">{{ blob }}</a></li>
+{% endfor %}
+</ul>
+{% endblock maincontent %}