]> git.0d.be Git - panikweb.git/commitdiff
templates: get episodes from 2019 in auto selection
authorFrédéric Péters <fpeters@0d.be>
Wed, 31 Jul 2019 17:24:35 +0000 (19:24 +0200)
committerFrédéric Péters <fpeters@0d.be>
Wed, 31 Jul 2019 17:24:35 +0000 (19:24 +0200)
panikweb_templates/templates/panikombo/episode_auto_selection.html

index a9eedfc34b3240e3c6de830be0d3a82a76dc499d..7d416abbabb03781196cfd63b133ca24552f796c 100644 (file)
@@ -1,7 +1,7 @@
 {% load paniktags thumbnail staticfiles %}
 {% if title and episodes %}<h3>{{title}}</h3>{% endif %}
 {% for episode in episodes %}
-{% if episode.creation_timestamp|date:"Y" == "2018" %}
+{% if episode.creation_timestamp|date:"Y" == "2019" %}
        <div class="emission-tile">
                 <a href="{% url 'episode-view' emission_slug=episode.emission.slug slug=episode.slug %}">
                <div class="image">