]> git.parisson.com Git - teleforma.git/commitdiff
fix access_error
authorGuillaume Pellerin <guillaume.pellerin@ircam.fr>
Mon, 23 Jan 2023 09:33:55 +0000 (10:33 +0100)
committerGuillaume Pellerin <guillaume.pellerin@ircam.fr>
Mon, 23 Jan 2023 09:33:55 +0000 (10:33 +0100)
teleforma/views/core.py

index 985c912e4384ad4c6546ca28e006e863bd493394..2b5b68d3080ee88cf77726f549a043d967d5c6a9 100644 (file)
@@ -376,6 +376,7 @@ class CourseAccessMixin(PeriodAccessMixin):
         else:
             context['doc_types'] = DocumentType.objects.all()
             context['show_media'] = True
+        context['access_error'] = False
         return context