diff options
author | Frederick Muriuki Muriithi | 2022-07-08 10:39:19 +0300 |
---|---|---|
committer | Frederick Muriuki Muriithi | 2022-07-19 04:59:59 +0300 |
commit | 3038c5166aad408d7255f83668b78d635878d3d3 (patch) | |
tree | d9384464a1f3c92b50db747346e74cfbc8396119 /qc_app/templates/select_platform.html | |
parent | 7a3a54ec40fac9071a513487602957f8418f163e (diff) | |
download | gn-uploader-3038c5166aad408d7255f83668b78d635878d3d3.tar.gz |
Implement select study
Implement the select study UI
Diffstat (limited to 'qc_app/templates/select_platform.html')
-rw-r--r-- | qc_app/templates/select_platform.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qc_app/templates/select_platform.html b/qc_app/templates/select_platform.html index f8db736..131003d 100644 --- a/qc_app/templates/select_platform.html +++ b/qc_app/templates/select_platform.html @@ -3,7 +3,7 @@ {%block title%}Select Dataset{%endblock%} {%block contents%} -<h1 class="heading">{{filename}}: select platform</h2> +<h2 class="heading">{{filename}}: select platform</h2> <form method="POST" action="{{url_for('dbinsert.select_study')}}" id="select-platform-form" data-genechips="{{genechips_data}}"> |