aboutsummaryrefslogtreecommitdiff
path: root/qc_app
diff options
context:
space:
mode:
authorFrederick Muriuki Muriithi2024-06-14 10:44:08 -0500
committerFrederick Muriuki Muriithi2024-06-14 10:44:08 -0500
commit5a25419adc3759aade8c2c49a1aea8835f337549 (patch)
tree2efb9350a4ef127d9e593aa214c404945ee1d95d /qc_app
parente82d5812fa99fc4d76e85771469c7f8afb0f5925 (diff)
downloadgn-uploader-5a25419adc3759aade8c2c49a1aea8835f337549.tar.gz
Update page headings
Diffstat (limited to 'qc_app')
-rw-r--r--qc_app/templates/select_species.html4
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"