From 889ff3116c8e412bb8bf969bd9484269ee716cb0 Mon Sep 17 00:00:00 2001 From: Frederick Muriuki Muriithi Date: Mon, 29 Jul 2024 13:19:03 -0500 Subject: Enable logout. --- uploader/templates/index.html | 3 +++ 1 file changed, 3 insertions(+) (limited to 'uploader/templates/index.html') diff --git a/uploader/templates/index.html b/uploader/templates/index.html index 89d2ae9..94060b7 100644 --- a/uploader/templates/index.html +++ b/uploader/templates/index.html @@ -1,9 +1,12 @@ {%extends "base.html"%} +{%from "flash_messages.html" import flash_all_messages%} {%block title%}Data Upload{%endblock%} {%block contents%}
+ {{flash_all_messages()}} +

data upload

-- cgit v1.2.3