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 %}