File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -393,13 +393,13 @@ $(document).ready(function(){
393
393
{
394
394
title : "{{ training.title }}" ,
395
395
description : "{{ training.description }}" ,
396
- url : "{{ training.link-out }}" ,
397
396
sessions : [
398
397
{
399
398
where : "{{ training.where }}" ,
400
399
when : "{{ training.when }}" ,
401
400
trainers : "{{ training.trainers }}" ,
402
401
organizer : "{{ training.organizer }}" ,
402
+ url : "{{ training.link-out }}" ,
403
403
status : "{{ training.status }}"
404
404
}
405
405
]
@@ -417,7 +417,7 @@ $(document).ready(function(){
417
417
result . push ( {
418
418
title : training . title ,
419
419
description : training . description ,
420
- url : training . url ,
420
+ url : session . url ,
421
421
where : session . where ,
422
422
when : session . when ,
423
423
trainers : session . trainers ,
You can’t perform that action at this time.
0 commit comments