Skip to content

Commit

Permalink
Support #353
Browse files Browse the repository at this point in the history
  • Loading branch information
nutjob4life committed Apr 8, 2024
1 parent 1874870 commit fc0a48b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@
<div class='col-sm-12'>
<h2>Biomarker(s) to Submit</h2>
<p>
Please <em>either</em> upload a file (PDF preferred but Word is acceptable) <em>or</em>
enter text in the box describing the biomarker(s).
Please <em>either</em> upload a file (any format is acceptable) <em>or</em>
enter text in the box listing the biomarker(s).
</p>
</div>

Expand Down

0 comments on commit fc0a48b

Please sign in to comment.