Skip to content
Snippets Groups Projects
Commit d854004a authored by Jonathan Seguin's avatar Jonathan Seguin
Browse files

Admin log in to client view

parent c1cd5cfc
Branches 162-rm-dependence-to-python2
No related tags found
1 merge request!51Resolve "Admins should log in directly into client view"
......@@ -21,4 +21,4 @@ class DashboardView(LoginRequiredMixin, ActivePageViewMixin, TemplateView):
class AdminDashboardView(StaffViewMixin, DashboardView):
template_name = 'portal/secure/admin/dashboard.html'
template_name = 'portal/secure/user/dashboard.html'
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment