Skip to content

Commit b20ed58

Browse files
committed
Change help text per HK request in #372
1 parent 27d8376 commit b20ed58

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

src/edrnsite.content/src/edrnsite/content/_metadata_collection_form.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ class MetadataCollectionForm(AbstractEDRNForm):
7878
protocol = forms.ChoiceField(label='Protocol', help_text='Select the protocol that generated the data.', choices=protocol_choices)
7979
biomarkers_researched = forms.CharField(
8080
required=False, label='Biomarkers Researched', widget=forms.Textarea, max_length=5000,
81-
help_text='Describe the cancer biomarkers being researched by this data.'
81+
help_text='Enter the name(s) of the cancer biomarker(s) associated with the data being deposited.'
8282
)
8383
cg = forms.ChoiceField(
8484
label='Collaborative Group', help_text='Select the collaborative research group',

support/cbiit-deploy.sh

-2
Original file line numberDiff line numberDiff line change
@@ -127,8 +127,6 @@ pwd && ls -l && [ -f edrn.sql.bz2 ] &&\
127127
bzip2 --decompress --stdout edrn.sql.bz2 | \
128128
docker compose --project-name edrn exec --no-TTY db psql --username=postgres --dbname=edrn --echo-errors --quiet" || exit 1
129129

130-
exit 128
131-
132130
echo ""
133131
echo "📀 Initial database setup"
134132
ssh -q $USER@$WEBSERVER "cd $WEBROOT ; \

0 commit comments

Comments
 (0)