diff --git a/docs/setup/administrators/configuration.md b/docs/setup/administrators/configuration.md index 8c0cf768c6..e3b5dad6c6 100644 --- a/docs/setup/administrators/configuration.md +++ b/docs/setup/administrators/configuration.md @@ -254,6 +254,12 @@ Should Applicant identities be obscured from External Reviewers ---- +Should applicants be able to see the detailed answers of the determinations on their own applications. The determination message is always shown to them. + + DETERMINATION_DETAILS_ACCESS_APPLICANT = env.bool('DETERMINATION_DETAILS_ACCESS_APPLICANT', True) + +---- + Should staff be able to access/see draft submissions. SUBMISSIONS_DRAFT_ACCESS_STAFF = env.bool('SUBMISSIONS_DRAFT_ACCESS_STAFF', False) diff --git a/hypha/apply/determinations/templates/determinations/base_determination_form.html b/hypha/apply/determinations/templates/determinations/base_determination_form.html index ee2fcc99d5..d40853b1c5 100644 --- a/hypha/apply/determinations/templates/determinations/base_determination_form.html +++ b/hypha/apply/determinations/templates/determinations/base_determination_form.html @@ -39,6 +39,15 @@ {% include "forms/includes/form_errors.html" with form=form %} {% block determination_information %}{% endblock %} + {% if detailed_data_staff_only %} +