+
+ {{ text.title }}
+ {{ text.byline }}
+
+
+ {% endfor %}
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 @@
- {% for text in film.related_texts %} -