diff options
author | Frederick Muriuki Muriithi | 2024-03-04 10:59:56 +0300 |
---|---|---|
committer | Frederick Muriuki Muriithi | 2024-03-04 10:59:56 +0300 |
commit | 417887a81d9f58f4cca8bb25dbd2f21178a5a6f2 (patch) | |
tree | 8d97ddf86dd34f4daa8fb5d7125306a8d63c6ca1 /qc_app/templates | |
parent | 77eeaec1ecdef5f110c69aa767969649e353b22b (diff) | |
download | gn-uploader-417887a81d9f58f4cca8bb25dbd2f21178a5a6f2.tar.gz |
Display flash messages correctly.
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 588133a..b87a67f 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")}} + {{flash_messages("error-expr-data-error")}} <fieldset> <label for="select_species01">Species</label> |