From 3dbd3962c833a93a80ff8b3a250912f3ed22c7fb Mon Sep 17 00:00:00 2001 From: j Date: Fri, 22 Oct 2021 17:16:18 +0100 Subject: [PATCH] relate safe --- app/templates/film.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/templates/film.html b/app/templates/film.html index e83955d..9fb9014 100644 --- a/app/templates/film.html +++ b/app/templates/film.html @@ -55,8 +55,8 @@ body { {% for text in film.related_texts %}
- {{ text.title }}
- {{ text.byline }} + {{ text.title | safe }}
+ {{ text.byline | safe }}
{% endfor %}