From 39447a2490b6d1d289b87d544c857fcb98eb290a Mon Sep 17 00:00:00 2001 From: j Date: Thu, 21 Oct 2021 15:16:11 +0100 Subject: [PATCH] year, duration --- 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 cfbf6ac..ecfae2a 100644 --- a/app/templates/film.html +++ b/app/templates/film.html @@ -22,7 +22,7 @@ {% endfor %}
- Year: {{ film.data.date}}, Runtime: {{ film.duration }} + {{ film.data.date }}, {{ film.duration }}

{{ film.data.summary|safe }}