SciPost Code Repository

Skip to content
Snippets Groups Projects
Commit 55b470e8 authored by George Katsikas's avatar George Katsikas :goat:
Browse files

add help text to report recommendation field

parent c11a4a8a
No related branches found
No related tags found
No related merge requests found
......@@ -2889,6 +2889,11 @@ class ReportForm(forms.ModelForm):
self.fields["report"].required = False
self.fields["recommendation"].required = False
#! Temporary annotation this field was made public:
self.fields["recommendation"].help_text = (
"As of April 2024, report recommendations are also publicly visible."
)
if self.submission.eicrecommendations.active().exists():
# An active EICRecommendation is already formulated. This Report will be flagged.
self.report_type = REPORT_POST_EDREC
......
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