Put topic as session type rather than subtype
Since we have our own sched now, we can directly use type rather than subtype for the session topic. Change-Id: I53eaede5d9fd1440bd0bbb9002cdf052b5d0eab3
This commit is contained in:
parent
a80006058c
commit
9e5eaac698
@ -75,8 +75,7 @@ def publish(request, topicid):
|
||||
'name': smart_str(combined_title(slot)),
|
||||
'session_start': slot.start_time,
|
||||
'session_end': end_time(slot.start_time),
|
||||
'session_type': 'Design Summit',
|
||||
'session_subtype': slot.topic,
|
||||
'session_type': slot.topic,
|
||||
'venue': slot.room.name,
|
||||
'description': htmlize(smart_str(
|
||||
full_description(slot)))}
|
||||
|
Loading…
x
Reference in New Issue
Block a user