diff options
author | Frederick Muriuki Muriithi | 2024-04-08 10:32:10 +0300 |
---|---|---|
committer | Frederick Muriuki Muriithi | 2024-04-08 10:32:10 +0300 |
commit | 619bf2e80dd6c225a4121507f0b9374598b94ea6 (patch) | |
tree | cc473938d499435e6d37393b1b82e3b9acde2ab8 /qc_app/templates | |
parent | d5833b207185597d63bbc5ff2b0cc0df6df4ab69 (diff) | |
download | gn-uploader-619bf2e80dd6c225a4121507f0b9374598b94ea6.tar.gz |
Fix issues caught by integration tests.
Diffstat (limited to 'qc_app/templates')
-rw-r--r-- | qc_app/templates/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qc_app/templates/index.html b/qc_app/templates/index.html index b87a67f..588133a 100644 --- a/qc_app/templates/index.html +++ b/qc_app/templates/index.html @@ -59,7 +59,7 @@ enctype="multipart/form-data" id="frm-upload-expression-data"> <legend class="heading">upload expression data</legend> - {{flash_messages("error-expr-data-error")}} + {{flash_messages("error-expr-data")}} <fieldset> <label for="select_species01">Species</label> |