Fixed home page
This commit is contained in:
+4
-4
@@ -312,18 +312,18 @@ def JSON_TimeLine_Request(request):
|
|||||||
"credit": ",".join(["%s %s" % (i.prenom, i.nom) for i in ev.intervenants]),
|
"credit": ",".join(["%s %s" % (i.prenom, i.nom) for i in ev.intervenants]),
|
||||||
"caption": ""}
|
"caption": ""}
|
||||||
})
|
})
|
||||||
if year == 2018:
|
if year == 2020:
|
||||||
DicResult = {
|
DicResult = {
|
||||||
"lang": "fr",
|
"lang": "fr",
|
||||||
"headline": "JM2L 2018",
|
"headline": "JM2L 2020",
|
||||||
"type": "default",
|
"type": "default",
|
||||||
"startDate": "2018,12,15,10",
|
"startDate": "2020,11,28,10",
|
||||||
"text": "<i><span class='c1'>11ème Édition</span></i>",
|
"text": "<i><span class='c1'>11ème Édition</span></i>",
|
||||||
"asset":
|
"asset":
|
||||||
{
|
{
|
||||||
"media": embeed_video("video/ogg", "/resources/2017/Video/JM2L2017_Reportage_FR3.ogv"),
|
"media": embeed_video("video/ogg", "/resources/2017/Video/JM2L2017_Reportage_FR3.ogv"),
|
||||||
"credit": "Reportage France 3",
|
"credit": "Reportage France 3",
|
||||||
"caption": "JM2L 2018"
|
"caption": "Dans nos précédentes éditions, une vidéo des JM2L 2017"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
elif year == 2017:
|
elif year == 2017:
|
||||||
|
|||||||
Reference in New Issue
Block a user