Submission detail
hypha.apply.funds.views.submission_detail
¶
AdminSubmissionDetailView
¶
Bases: ActivityContextMixin
, DelegateableView
, DetailView
Source code in hypha/apply/utils/views.py
get_form_kwargs
¶
post
¶
dispatch
¶
Source code in hypha/apply/funds/views/submission_detail.py
get
¶
Source code in hypha/apply/funds/views/submission_detail.py
get_context_data
¶
Source code in hypha/apply/funds/views/submission_detail.py
ReviewerSubmissionDetailView
¶
Bases: ActivityContextMixin
, DelegateableView
, DetailView
Source code in hypha/apply/utils/views.py
get_form_kwargs
¶
get_context_data
¶
Source code in hypha/apply/activity/views.py
post
¶
dispatch
¶
Source code in hypha/apply/funds/views/submission_detail.py
PartnerSubmissionDetailView
¶
Bases: ActivityContextMixin
, DelegateableView
, DetailView
Source code in hypha/apply/utils/views.py
get_form_kwargs
¶
get_context_data
¶
Source code in hypha/apply/activity/views.py
post
¶
get_object
¶
dispatch
¶
Source code in hypha/apply/funds/views/submission_detail.py
CommunitySubmissionDetailView
¶
Bases: ActivityContextMixin
, DelegateableView
, DetailView
Source code in hypha/apply/utils/views.py
template_name_suffix
class-attribute
instance-attribute
¶
get_form_kwargs
¶
get_context_data
¶
Source code in hypha/apply/activity/views.py
post
¶
dispatch
¶
Source code in hypha/apply/funds/views/submission_detail.py
ApplicantSubmissionDetailView
¶
Bases: ActivityContextMixin
, DelegateableView
, DetailView
Source code in hypha/apply/utils/views.py
get_form_kwargs
¶
get_context_data
¶
Source code in hypha/apply/activity/views.py
post
¶
get_object
¶
dispatch
¶
Source code in hypha/apply/funds/views/submission_detail.py
SubmissionDetailView
¶
Bases: ViewDispatcher
admin_check
¶
reviewer_check
¶
partner_check
¶
community_check
¶
finance_check
¶
contracting_check
¶
applicant_check
¶
dispatch
¶
Source code in hypha/apply/utils/views.py
SubmissionSealedView
¶
Bases: DetailView
get
¶
post
¶
redirect_detail
¶
peeked
¶
Source code in hypha/apply/funds/views/submission_detail.py
can_view_sealed
¶
get_context_data
¶
round_is_sealed
classmethod
¶
has_peeked
classmethod
¶
should_redirect
classmethod
¶
Source code in hypha/apply/funds/views/submission_detail.py
SubmissionDetailPDFView
¶
Bases: SingleObjectMixin
, View