From bd8988e6bfbc88dbc1095e14cac973cdf14542cb Mon Sep 17 00:00:00 2001 From: j Date: Tue, 26 Oct 2021 12:26:52 +0100 Subject: [PATCH] no links in link --- app/templates/film.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/templates/film.html b/app/templates/film.html index 2896ab5..5bd8c94 100755 --- a/app/templates/film.html +++ b/app/templates/film.html @@ -64,7 +64,7 @@ body {
{{ text.title | safe }}
- {{ text.byline | safe }} + {{ text.byline | striptags }}
{% endfor %}