fnp
/
redakcja.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
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
+++ b/
platforma/templates/explorer/folder_images.html
@@ -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