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:
Thierry Carrez 2013-10-24 10:40:18 +02:00
parent a80006058c
commit 9e5eaac698
1 changed files with 1 additions and 2 deletions

View File

@ -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)))}