From 417887a81d9f58f4cca8bb25dbd2f21178a5a6f2 Mon Sep 17 00:00:00 2001 From: Frederick Muriuki Muriithi Date: Mon, 4 Mar 2024 10:59:56 +0300 Subject: Display flash messages correctly. --- qc_app/templates/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'qc_app/templates/index.html') 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"> upload expression data - {{flash_messages("error-expr-data")}} + {{flash_messages("error-expr-data-error")}}
-- cgit v1.2.3