From 425bb54057b233e783fa20453391c94742866777 Mon Sep 17 00:00:00 2001 From: Jannat Patel Date: Mon, 29 Aug 2022 09:19:06 +0530 Subject: [PATCH] feat: notifications tab in dashboard --- lms/templates/notifications.html | 0 lms/www/dashboard/index.html | 7 +++++++ 2 files changed, 7 insertions(+) create mode 100644 lms/templates/notifications.html diff --git a/lms/templates/notifications.html b/lms/templates/notifications.html new file mode 100644 index 00000000..e69de29b diff --git a/lms/www/dashboard/index.html b/lms/www/dashboard/index.html index 1f6e5855..b361e57b 100644 --- a/lms/www/dashboard/index.html +++ b/lms/www/dashboard/index.html @@ -26,6 +26,10 @@ {% endif %} +
@@ -39,6 +43,9 @@ {% include "lms/templates/courses_created.html" %} {% endif %} +
+ {% include "lms/templates/courses_created.html" %} +