Mentions légales du service

Skip to content
Snippets Groups Projects
Commit 10c338a6 authored by EL HASSANE GARGEM's avatar EL HASSANE GARGEM
Browse files

fix error onboarding

parent 8dfea5c8
No related branches found
No related tags found
1 merge request!46Onboarding
......@@ -289,7 +289,7 @@ class ModelsList(LoginRequiredMixin, ListView):
if self.document:
context['document'] = self.document
context['object'] = self.document # legacy
context['onboarding'] = self.request.onboarding
context['onboarding'] = self.request.user.onboarding
return context
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment