Views
hypha.apply.review.views
¶
ReviewEditView
¶
Bases: UserPassesTestMixin
, BaseStreamForm
, UpdateView
wagtail_reference_index_ignore
class-attribute
instance-attribute
¶
from_db
classmethod
¶
Source code in hypha/apply/stream_forms/models.py
deserialize_form_data
classmethod
¶
Source code in hypha/apply/stream_forms/models.py
get_form_fields
¶
Source code in hypha/apply/stream_forms/models.py
57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 |
|
get_form_class
¶
test_func
¶
get_context_data
¶
get_defined_fields
¶
Retrieve currently stored form_fields, if it exists, else retrieve it from the form configured in the rounds/lab of the submission.
This ensures editing of submitted review is not affected by the changes to the original review forms.
Source code in hypha/apply/review/views.py
get_form_kwargs
¶
Source code in hypha/apply/review/views.py
form_valid
¶
Source code in hypha/apply/review/views.py
ReviewCreateOrUpdateView
¶
Bases: BaseStreamForm
, CreateOrUpdateView
wagtail_reference_index_ignore
class-attribute
instance-attribute
¶
get
¶
post
¶
from_db
classmethod
¶
Source code in hypha/apply/stream_forms/models.py
deserialize_form_data
classmethod
¶
Source code in hypha/apply/stream_forms/models.py
get_form_fields
¶
Source code in hypha/apply/stream_forms/models.py
57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 |
|
get_form_class
¶
get_object
¶
dispatch
¶
Source code in hypha/apply/review/views.py
get_context_data
¶
Source code in hypha/apply/review/views.py
get_defined_fields
¶
get_form_kwargs
¶
form_valid
¶
Source code in hypha/apply/review/views.py
ReviewDisplay
¶
Bases: UserPassesTestMixin
, DetailView
get_context_data
¶
Source code in hypha/apply/review/views.py
test_func
¶
Source code in hypha/apply/review/views.py
dispatch
¶
Source code in hypha/apply/review/views.py
ReviewOpinionFormView
¶
Bases: UserPassesTestMixin
, CreateView
get_form_kwargs
¶
Source code in hypha/apply/review/views.py
test_func
¶
Source code in hypha/apply/review/views.py
form_valid
¶
Source code in hypha/apply/review/views.py
ReviewListView
¶
Bases: ListView