From 2baf64d5149f3dc4f1cc9db7d38dd67d157d0dcc Mon Sep 17 00:00:00 2001 From: Matthew Li Date: Mon, 24 Jun 2024 15:31:31 -0700 Subject: [PATCH 01/12] Provide clearer guidance for new project request PI selection step --- .../savio/project_existing_pi.html | 38 +++++++++++++++---- 1 file changed, 30 insertions(+), 8 deletions(-) diff --git a/coldfront/core/project/templates/project/project_request/savio/project_existing_pi.html b/coldfront/core/project/templates/project/project_request/savio/project_existing_pi.html index 921bdd830..2c68eb445 100644 --- a/coldfront/core/project/templates/project/project_request/savio/project_existing_pi.html +++ b/coldfront/core/project/templates/project/project_request/savio/project_existing_pi.html @@ -27,15 +27,28 @@

{{ PRIMARY_CLUSTER_NAME }}: Principal Investigator


  • Allocation Period: {{ allocation_period.name }}
  • -

    Select an existing user to be a Principal Investigator of the project. You may search for the user in the selection field. If the desired user is not listed, you may skip this step and specify information for a new PI in the next step.

    -{% flag_enabled 'LRC_ONLY' as lrc_only %} -{% if lrc_only %} -

    Note: Only LBL employees, users with an "@lbl.gov" email, can be selected as a PI.

    -{% endif %} +

    Select a user to be a Principal Investigator (PI) of the project. Please review the instructions below.

    -{% if allowance_is_one_per_pi %} -

    Note: Each PI may only have one {{ computing_allowance.name }} at a time, so any that have pending requests or active allocations are not selectable.

    -{% endif %} +
    {% csrf_token %} @@ -50,6 +63,15 @@

    {{ PRIMARY_CLUSTER_NAME }}: Principal Investigator


    {{ wizard.form|crispy }} {% endif %} + + + {% if wizard.steps.prev %}