From fb8ab132e91ed48fd9e634f5f285fe4e0986c9cf Mon Sep 17 00:00:00 2001 From: Jannat Patel Date: Wed, 12 Oct 2022 11:14:02 +0530 Subject: [PATCH] fix: heading for course list page --- lms/www/courses/index.html | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/lms/www/courses/index.html b/lms/www/courses/index.html index 28bd6718..8ae83339 100644 --- a/lms/www/courses/index.html +++ b/lms/www/courses/index.html @@ -29,6 +29,10 @@ +
+ {{ _("All Courses") }} +
+ {% if show_creators_section %}
{{ _("Visit Dashboard") }}