HTML output: add 'id' attribute foreach event

This commit is contained in:
Pierre-Louis Bonicoli 2019-11-01 10:07:20 +01:00
parent 8ae814b17c
commit d218fdc27b
Signed by: pilou
GPG Key ID: ADC2651DDACD3538
1 changed files with 1 additions and 0 deletions

View File

@ -151,6 +151,7 @@ class Program:
if event.row != 0:
continue
options = ' rowspan="%d" bgcolor="%s"' % (event.rowcount, event.talk.category.color)
options += ' id="%d"' % event.id
cellcontent = escape(str(event.talk)) + '<br><em>' + escape(event.talk.get_speakers_str()) + '</em>'
if self.staff:
tags = event.talk.staff_tags