diff options
author | Frederick Muriuki Muriithi | 2024-09-03 10:18:36 -0500 |
---|---|---|
committer | Frederick Muriuki Muriithi | 2024-09-03 10:18:36 -0500 |
commit | 9b3e7b0203f582d4193def2d24a9c77683bc8456 (patch) | |
tree | e5c5a75fcad206cfdb8d37105976d9fc7766f171 /uploader/templates | |
parent | e49b4367f1dab1c3acb3cd5d71ba09359c5ab4ee (diff) | |
download | gn-uploader-9b3e7b0203f582d4193def2d24a9c77683bc8456.tar.gz |
Put active pages behind auth. Flash all error messages.
Diffstat (limited to 'uploader/templates')
-rw-r--r-- | uploader/templates/index.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/uploader/templates/index.html b/uploader/templates/index.html index 75d7dec..e3f5af4 100644 --- a/uploader/templates/index.html +++ b/uploader/templates/index.html @@ -14,6 +14,7 @@ {%block contents%} <div class="row"> + {{flash_all_messages()}} <div class="explainer"> <p>Welcome to the <strong>GeneNetwork Data Quality Control and Upload System</strong>. This system is provided to help in uploading your data onto GeneNetwork where you can do analysis on it.</p> |