diff --git a/jm2l/views.py b/jm2l/views.py index 0a45fb9..c70b8be 100644 --- a/jm2l/views.py +++ b/jm2l/views.py @@ -312,18 +312,18 @@ def JSON_TimeLine_Request(request): "credit": ",".join(["%s %s" % (i.prenom, i.nom) for i in ev.intervenants]), "caption": ""} }) - if year == 2018: + if year == 2020: DicResult = { "lang": "fr", - "headline": "JM2L 2018", + "headline": "JM2L 2020", "type": "default", - "startDate": "2018,12,15,10", + "startDate": "2020,11,28,10", "text": "11ème Édition", "asset": { "media": embeed_video("video/ogg", "/resources/2017/Video/JM2L2017_Reportage_FR3.ogv"), "credit": "Reportage France 3", - "caption": "JM2L 2018" + "caption": "Dans nos précédentes éditions, une vidéo des JM2L 2017" } } elif year == 2017: