Dodanie wyświetlania obrazków na lewo od edytora/podglądu HTML.
[redakcja.git] / project / templates / explorer / folder_images.html
diff --git a/project/templates/explorer/folder_images.html b/project/templates/explorer/folder_images.html
new file mode 100644 (file)
index 0000000..e6beb07
--- /dev/null
@@ -0,0 +1,5 @@
+{% for image in images %}
+    <div class="image-box" src="{{ image }}" style="width: 460px; height: 460px; margin: 5px; background-color: gray">
+        <p>{{ image }}</p>
+    </div>
+{% endfor %}
\ No newline at end of file