Zmiana nazwy project -> platforma.
[redakcja.git] / platforma / templates / explorer / folder_images.html
diff --git a/platforma/templates/explorer/folder_images.html b/platforma/templates/explorer/folder_images.html
new file mode 100644 (file)
index 0000000..8f5f600
--- /dev/null
@@ -0,0 +1,3 @@
+{% for image in images %}
+    <div class="image-box" src="{{ image }}" style="width: 480px; height: 640px;">{{ image }}</div>
+{% endfor %}
\ No newline at end of file