From: Guillaume Pellerin Date: Mon, 24 Nov 2014 16:23:24 +0000 (+0100) Subject: idem X-Git-Tag: 2.8.1-pro~282^2~32 X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=757801f429e8db891336f0b264f576f97db66387;p=teleforma.git idem --- diff --git a/teleforma/views/pro.py b/teleforma/views/pro.py index 83459c9e..be4fe6fb 100644 --- a/teleforma/views/pro.py +++ b/teleforma/views/pro.py @@ -168,7 +168,7 @@ class SeminarView(SeminarAccessMixin, DetailView): context['seminar_progress'] = progress context['seminar_validated'] = validated - timer = get_seminar_timer(seminar) + timer = get_seminar_timer(user, seminar) delta = timer - datetime.timedelta(seconds=seminar.duration.as_seconds()) delta_sec = delta.total_seconds() context['delta_sec'] = delta_sec