use URL.id2url to parse url if any, and ignore unwanted urls
This commit is contained in:
parent
686a3b77e8
commit
b4bdb1fc92
2 changed files with 10 additions and 11 deletions
|
|
@ -74,7 +74,7 @@ class VideoPage(JsonPage):
|
|||
|
||||
self.env['url'] = video['url']
|
||||
|
||||
obj_id = Env('_id')
|
||||
obj_id = Env('id')
|
||||
obj_title = Format(u'%s - %s', Dict('titre'), Dict('sous_titre'))
|
||||
obj_url = Env('url')
|
||||
obj_date = DateTime(Dict('diffusion/date_debut'))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue