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/base.html | 13 ++++++++++++- uploader/templates/index.html | 3 +++ uploader/templates/login.html | 3 +++ 3 files changed, 18 insertions(+), 1 deletion(-) (limited to 'uploader/templates') diff --git a/uploader/templates/base.html b/uploader/templates/base.html index eb5e6b7..ee60fea 100644 --- a/uploader/templates/base.html +++ b/uploader/templates/base.html @@ -33,7 +33,18 @@
+ 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%}