From 7265433eaf21fd0b92a295a7d05fdef524d4a0e6 Mon Sep 17 00:00:00 2001 From: Guillaume Pellerin Date: Mon, 23 Jan 2023 10:33:55 +0100 Subject: [PATCH] fix access_error --- teleforma/views/core.py | 1 + 1 file changed, 1 insertion(+) 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 -- 2.39.5