diff options
author | Frederick Muriuki Muriithi | 2022-07-08 07:32:58 +0300 |
---|---|---|
committer | Frederick Muriuki Muriithi | 2022-07-19 04:46:09 +0300 |
commit | 7a3a54ec40fac9071a513487602957f8418f163e (patch) | |
tree | 4acec2accb54bcb1c2f9c25c39d8f82c4b81be20 /qc_app/templates/parse_results.html | |
parent | a21e759ac7a6b72a3d02814c2bfb26bc4f49204c (diff) | |
download | gn-uploader-7a3a54ec40fac9071a513487602957f8418f163e.tar.gz |
Select the platform (GeneChipId) first
Diffstat (limited to 'qc_app/templates/parse_results.html')
-rw-r--r-- | qc_app/templates/parse_results.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qc_app/templates/parse_results.html b/qc_app/templates/parse_results.html index 1a224e8..80d6a2d 100644 --- a/qc_app/templates/parse_results.html +++ b/qc_app/templates/parse_results.html @@ -13,7 +13,7 @@ {{errors_display(errors, "No errors found in the file", "We found the following errors")}} {%if errors | length == 0 %} -<form method="post" action="{{url_for('dbinsert.select_dataset')}}"> +<form method="post" action="{{url_for('dbinsert.select_platform')}}"> <input type="hidden" name="job_id" value="{{job_id}}" /> <input type="submit" value="update database" class="btn btn-main" /> </form> |