From 44a7889b8a07de4504c1317ec3b7351c7647584d Mon Sep 17 00:00:00 2001 From: CJ Green <44074998+okaycj@users.noreply.github.com> Date: Fri, 25 Aug 2023 10:16:38 -0400 Subject: [PATCH] Update copy on study type --- studies/forms.py | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) diff --git a/studies/forms.py b/studies/forms.py index 7171d7c01..f0488f55f 100644 --- a/studies/forms.py +++ b/studies/forms.py @@ -312,14 +312,12 @@ def __init__(self, user=None, *args, **kwargs): # Disable ablility to change study type after study creation. self.fields["study_type"].disabled = True self.fields["study_type"].help_text = ( - "

The type of experiment cannot be changed after creating a study, so please " - '' - "review the distinction between experiment builder (internal) studies and external studies" - ', and ask a question on Slack ' - "if you need help selecting the right option!

" - "

If you are building a study that will happen partially on Lookit (e.g. " - "by using the Lookit consent process) and partially on a link that you " - "provide, choose the experiment builder option.

" + "

The study type cannot be changed after creation.

" + "Before saving for the first time, please " + 'review the distinction between experiment builder (internal) studies and external studies' + ", and ask a question on " + 'Slack' + " if you need help selecting the right option!" ) # Restrict ability to edit study lab based on user permissions