Remove test line
This commit is contained in:
parent
e143dc23c5
commit
2587165f28
1 changed files with 0 additions and 1 deletions
|
@ -44,7 +44,6 @@ class RoomDetailView(LoginRequiredMixin, QuickActionsMixin, SessionResetMixin, g
|
|||
def get_context_data(self, **kwargs):
|
||||
context = super().get_context_data(**kwargs)
|
||||
context['sessions'] = self.object.sessions.all().order_by('-start')
|
||||
print(context['toto'])
|
||||
return context
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue