foss4g2019 titlemap 198
This commit is contained in:
parent
4c7f481634
commit
8f335f2d8e
1 changed files with 3 additions and 3 deletions
|
@ -11,7 +11,7 @@ scheduleUrl = 'https://talks.2019.foss4g.org/bucharest/schedule/export/schedule.
|
|||
|
||||
# For (really) too long titles
|
||||
titlemap = {
|
||||
#
|
||||
198: 'Revamp of CRS management in the OSGeo C/C++ stack with PROJ and GDAL',
|
||||
}
|
||||
|
||||
|
||||
|
@ -149,7 +149,7 @@ def tasks(queue, args, idlist, skiplist):
|
|||
sequence = introFrames,
|
||||
parameters = {
|
||||
'$id': event['id'],
|
||||
'$title': event['title'],
|
||||
'$title': event['title'] if event['id'] not in titlemap else titlemap[event['id']],
|
||||
'$subtitle': event['subtitle'],
|
||||
'$personnames': event['personnames']
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue