Skip to content
This repository has been archived by the owner on Feb 7, 2025. It is now read-only.

Commit

Permalink
Fix session timetable management
Browse files Browse the repository at this point in the history
  • Loading branch information
ThiefMaster committed May 23, 2017
1 parent 5e733de commit 0380e42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion indico/modules/events/timetable/controllers/manage.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ def _process(self):
'can_manage_blocks': self.session.can_manage_blocks(session.user),
'can_manage_contributions': self.session.can_manage_contributions(session.user)
}
return WPManageTimetable.render_template('session_management.html', self._conf, event_info=event_info,
return WPManageTimetable.render_template('session_management.html', self.event_new, event_info=event_info,
timetable_data=timetable_data, session_=self.session,
**management_rights)

Expand Down

0 comments on commit 0380e42

Please sign in to comment.