From fc0a48b40ea71a077ba319c7dc3f7c561702ef25 Mon Sep 17 00:00:00 2001 From: Sean Kelly Date: Mon, 8 Apr 2024 10:24:24 -0500 Subject: [PATCH] Support #353 --- .../src/edrnsite/content/_biomarker_submission_form.py | 4 ++-- .../templates/edrnsite.content/biomarker-submission-form.html | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/edrnsite.content/src/edrnsite/content/_biomarker_submission_form.py b/src/edrnsite.content/src/edrnsite/content/_biomarker_submission_form.py index 3f4e84aa..78f535db 100644 --- a/src/edrnsite.content/src/edrnsite/content/_biomarker_submission_form.py +++ b/src/edrnsite.content/src/edrnsite/content/_biomarker_submission_form.py @@ -25,8 +25,8 @@ def get_encoding_type() -> str: return 'multipart/form-data' template_name = 'edrnsite.content/biomarker-submission-form.html' - _file_help_text = "A file describing new biomarker(s); PDF preferred but Word is acceptable. If you use this option, there's no need to enter any text in the next box." - _text_help_text = "Describe the biomarker(s) being submitted. If you use this option, there's no need to upload a file." + _file_help_text = "A file listing the new biomarker(s); any file format is acceptable. If you use this option, there's no need to enter any text in the next box." + _text_help_text = "List the biomarker(s) being submitted. If you use this option, there's no need to upload a file." submitter_name = forms.CharField( label='Submitter Name', help_text='The name of the person submitting a biomarker.', max_length=100 diff --git a/src/edrnsite.content/src/edrnsite/content/templates/edrnsite.content/biomarker-submission-form.html b/src/edrnsite.content/src/edrnsite/content/templates/edrnsite.content/biomarker-submission-form.html index 6be4c51f..3fd70727 100644 --- a/src/edrnsite.content/src/edrnsite/content/templates/edrnsite.content/biomarker-submission-form.html +++ b/src/edrnsite.content/src/edrnsite/content/templates/edrnsite.content/biomarker-submission-form.html @@ -30,8 +30,8 @@

Biomarker(s) to Submit

- Please either upload a file (PDF preferred but Word is acceptable) or - enter text in the box describing the biomarker(s). + Please either upload a file (any format is acceptable) or + enter text in the box listing the biomarker(s).