From cb9ffc1a7cc96c23f1d250d1e9f83ddbc73f390c Mon Sep 17 00:00:00 2001 From: j Date: Mon, 11 Oct 2021 14:06:49 +0100 Subject: [PATCH] add byline --- app/static/css/partials/_text.scss | 2 +- app/templates/film.html | 13 +++++++++---- 2 files changed, 10 insertions(+), 5 deletions(-) diff --git a/app/static/css/partials/_text.scss b/app/static/css/partials/_text.scss index 6d97f58..6c21d4d 100644 --- a/app/static/css/partials/_text.scss +++ b/app/static/css/partials/_text.scss @@ -1,6 +1,6 @@ -.texts { +main > .texts { box-sizing: border-box; a { diff --git a/app/templates/film.html b/app/templates/film.html index 45bac20..1beb393 100644 --- a/app/templates/film.html +++ b/app/templates/film.html @@ -15,11 +15,16 @@
Play
- {% for text in film.related_texts %} -
- {{ text.title }} +
+ {% for text in film.related_texts %} + + {% endfor %}
- {% endfor %}
{% endblock %}