From a2891841fbf1e5660693a1f9109f2e6810224a3b Mon Sep 17 00:00:00 2001 From: luxagraf Date: Sun, 5 May 2019 11:40:42 -0500 Subject: added tutorials with comments --- design/templates/admin/insert_images.html | 130 ++++++++++++++++++++++++++++++ 1 file changed, 130 insertions(+) create mode 100644 design/templates/admin/insert_images.html (limited to 'design/templates/admin/insert_images.html') diff --git a/design/templates/admin/insert_images.html b/design/templates/admin/insert_images.html new file mode 100644 index 0000000..2db82e6 --- /dev/null +++ b/design/templates/admin/insert_images.html @@ -0,0 +1,130 @@ +{% load get_image_by_size %} + + + + + + + + +
{% for object in object_list %} +
+ {% if object.get_type != "Audio" %} +
+ +
{{object.id}} {% if object.caption %}– {{object.caption}}{%endif%}
+
+ + {% else %} +
+ +
+ + {% endif %} +
+{% endfor %} +
+ + + + + + -- cgit v1.2.3-70-g09d2