year, duration

This commit is contained in:
j 2021-10-21 15:16:11 +01:00
parent 99ec58bdb0
commit 39447a2490

View file

@ -22,7 +22,7 @@
{% endfor %}
</h2>
<div class="details">
Year: {{ film.data.date}}, Runtime: {{ film.duration }}
{{ film.data.date }}, {{ film.duration }}
</div>
<video src="{{ settings.TIMELINE_PREFIX }}{{ film.padma_id }}/loop.mp4" autoplay loop muted></video>
<p>{{ film.data.summary|safe }}</p>