Browse Source

fix extra '/'

fix typo
master
philippe lhardy 6 years ago
parent
commit
a928f56966
2 changed files with 2 additions and 2 deletions
  1. +1
    -1
      jm2l/templates/Salles/list_phy.mako
  2. +1
    -1
      jm2l/views.py

+ 1
- 1
jm2l/templates/Salles/list_phy.mako View File

@@ -16,7 +16,7 @@ from slugify import slugify
<thead> <thead>
<tr> <tr>
<th colspan="2" style="text-align:center;"> <th colspan="2" style="text-align:center;">
Liste des salles physique
Liste des salles physiques
</th> </th>
</tr> </tr>
</thead> </thead>


+ 1
- 1
jm2l/views.py View File

@@ -298,7 +298,7 @@ def JSON_TimeLine_Request(request):
"text":"<i><span class='c1'>10ème Édition</span></i>", "text":"<i><span class='c1'>10è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 2017" "caption":"JM2L 2017"
} }


Loading…
Cancel
Save