From 4c23d2b984a50f6a0465b806ae11e9f8c4d08520 Mon Sep 17 00:00:00 2001 From: Thomas Sileo Date: Wed, 27 Jul 2022 19:41:11 +0200 Subject: [PATCH] Fix template --- app/templates/utils.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/templates/utils.html b/app/templates/utils.html index 9ee1afd..2bc5b4a 100644 --- a/app/templates/utils.html +++ b/app/templates/utils.html @@ -196,7 +196,7 @@ -{% if actor.summary %} +{% if with_details and actor.summary %}
{{ actor.summary | clean_html(actor) | safe }}