From f3fed2915018ba832890bb08d6d757f375b19a1b Mon Sep 17 00:00:00 2001 From: j Date: Fri, 28 Mar 2025 10:48:11 +0000 Subject: [PATCH] use mardown --- content/templates/photologue/photo_detail.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/templates/photologue/photo_detail.html b/content/templates/photologue/photo_detail.html index 416920b..da78604 100644 --- a/content/templates/photologue/photo_detail.html +++ b/content/templates/photologue/photo_detail.html @@ -8,7 +8,7 @@
{{ object.title }}

- {{ object.caption|safe }} + {{ object.caption_html }} {% if object.caption %}
{%endif%} {% if request.user.is_staff %}Link to original file{% endif %}