From 9a620cf42bf1fe6977e378bd834b41ff4a593dde Mon Sep 17 00:00:00 2001 From: luxagraf Date: Fri, 28 Jul 2023 13:39:02 -0500 Subject: main: removed some apps I wasn't using and added bak to git to preserve a copy of old apps --- .../products/templates/products/snippet.html | 41 ++++++++++++++++++++++ 1 file changed, 41 insertions(+) create mode 100644 bak/unused_apps/products/templates/products/snippet.html (limited to 'bak/unused_apps/products/templates') diff --git a/bak/unused_apps/products/templates/products/snippet.html b/bak/unused_apps/products/templates/products/snippet.html new file mode 100644 index 0000000..3fc9f6f --- /dev/null +++ b/bak/unused_apps/products/templates/products/snippet.html @@ -0,0 +1,41 @@ +{% load get_image_by_size %} +{% load get_image_width %} +{% with image=object.featured_image %} +
+ +
+ + {{image.alt}} photographed by {% if image.photo_credit_source %}{{image.photo_credit_source}}{%else%}luxagraf{%endif%} + +
{% if image.caption %}{{image.caption|safe}}{% endif %}{% if image.photo_credit_source %}{%if image.caption %} | {%endif%}image: {% if image.photo_credit_url %}{%endif%}{%endif%} +
+
+ + + + + + + + + + + +
+{% endwith %} -- cgit v1.2.3-70-g09d2