Skip to content
Snippets Groups Projects
Commit 4b429c54 authored by Todd Dembrey's avatar Todd Dembrey
Browse files

Convert the form view list for applicants for the new delegated view

parent b8df6551
No related branches found
No related tags found
No related merge requests found
......@@ -155,9 +155,7 @@ class AdminSubmissionDetailView(ReviewContextMixin, ActivityContextMixin, Delega
class ApplicantSubmissionDetailView(ActivityContextMixin, DelegateableView):
model = ApplicationSubmission
form_views = {
'comment': CommentFormView,
}
form_views = [CommentFormView]
def dispatch(self, request, *args, **kwargs):
if self.get_object().user != request.user:
......
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