From: Guillaume Pellerin Date: Mon, 23 Jan 2023 09:33:55 +0000 (+0100) Subject: fix access_error X-Git-Tag: 2.8.0~5 X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=7265433eaf21fd0b92a295a7d05fdef524d4a0e6;p=teleforma.git fix access_error --- diff --git a/teleforma/views/core.py b/teleforma/views/core.py index 985c912e..2b5b68d3 100644 --- a/teleforma/views/core.py +++ b/teleforma/views/core.py @@ -376,6 +376,7 @@ class CourseAccessMixin(PeriodAccessMixin): else: context['doc_types'] = DocumentType.objects.all() context['show_media'] = True + context['access_error'] = False return context