Skip to content
Snippets Groups Projects
Commit 9aeee055 authored by Fredrik Jonsson's avatar Fredrik Jonsson
Browse files

Show partners the applicants dashboard view.

parent 98b946b7
No related branches found
No related tags found
No related merge requests found
......@@ -82,3 +82,6 @@ class DashboardView(ViewDispatcher):
admin_view = AdminDashboardView
reviewer_view = ReviewerDashboardView
applicant_view = ApplicantDashboardView
def reviewer_check(self, request):
return request.user.is_reviewer
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