From b01c91423fce919486f6de9995bec04a672fcd08 Mon Sep 17 00:00:00 2001 From: Son NK <> Date: Sat, 23 May 2020 19:03:17 +0200 Subject: [PATCH] display notifications. user can mark a notification as read. --- app/dashboard/templates/dashboard/index.html | 1 - templates/footer.html | 70 ++++++++++++++++++++ templates/header.html | 32 +++++++++ 3 files changed, 102 insertions(+), 1 deletion(-) diff --git a/app/dashboard/templates/dashboard/index.html b/app/dashboard/templates/dashboard/index.html index e6b0d32a..9dfc99f2 100644 --- a/app/dashboard/templates/dashboard/index.html +++ b/app/dashboard/templates/dashboard/index.html @@ -710,7 +710,6 @@ }) - + + + + \ No newline at end of file diff --git a/templates/header.html b/templates/header.html index d26d2356..84e18f32 100644 --- a/templates/header.html +++ b/templates/header.html @@ -15,6 +15,38 @@ {% endif %} + +