diff options
| author | Frederick Muriuki Muriithi | 2024-06-14 10:44:08 -0500 | 
|---|---|---|
| committer | Frederick Muriuki Muriithi | 2024-06-14 10:44:08 -0500 | 
| commit | 5a25419adc3759aade8c2c49a1aea8835f337549 (patch) | |
| tree | 2efb9350a4ef127d9e593aa214c404945ee1d95d | |
| parent | e82d5812fa99fc4d76e85771469c7f8afb0f5925 (diff) | |
| download | gn-uploader-5a25419adc3759aade8c2c49a1aea8835f337549.tar.gz | |
Update page headings
| -rw-r--r-- | qc_app/templates/select_species.html | 4 | 
1 files changed, 3 insertions, 1 deletions
| diff --git a/qc_app/templates/select_species.html b/qc_app/templates/select_species.html index b813248..3b1a8a9 100644 --- a/qc_app/templates/select_species.html +++ b/qc_app/templates/select_species.html @@ -2,11 +2,13 @@ {%from "flash_messages.html" import flash_messages%} {%from "upload_progress_indicator.html" import upload_progress_indicator%} -{%block title%}Data Upload{%endblock%} +{%block title%}expression data: select species{%endblock%} {%block contents%} {{upload_progress_indicator()}} +<h2 class="heading">expression data: select species</h2> + <div class="row"> <form action="{{url_for('entry.upload_file')}}" method="POST" | 
