year, duration
This commit is contained in:
parent
99ec58bdb0
commit
39447a2490
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
</h2>
|
</h2>
|
||||||
<div class="details">
|
<div class="details">
|
||||||
Year: {{ film.data.date}}, Runtime: {{ film.duration }}
|
{{ film.data.date }}, {{ film.duration }}
|
||||||
</div>
|
</div>
|
||||||
<video src="{{ settings.TIMELINE_PREFIX }}{{ film.padma_id }}/loop.mp4" autoplay loop muted></video>
|
<video src="{{ settings.TIMELINE_PREFIX }}{{ film.padma_id }}/loop.mp4" autoplay loop muted></video>
|
||||||
<p>{{ film.data.summary|safe }}</p>
|
<p>{{ film.data.summary|safe }}</p>
|
||||||
|
|
Loading…
Reference in a new issue