add events filter

This commit is contained in:
Simon Vieille 2020-03-22 15:32:41 +01:00
parent 75d502af03
commit e6a88c4d99
Signed by: deblan
GPG Key ID: 03383D15A1D31745
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@
{% for snapshot in snapshots %}
{% if date == snapshot.date.format('Y-m-d') %}
<a href="{{ asset(snapshot.movie) }}" class="snapshot-link">
<img src="{{ snapshot.thumbnail }}" alt="{{ snapshot.date.format('d/m/Y H:i:s') }}" class="box">
<img src="{{ asset(snapshot.thumbnail) }}" alt="{{ snapshot.date.format('d/m/Y H:i:s') }}" class="box">
</a>
{% endif %}
{% endfor %}