From a51c8de1eb4419237e24a819123ce81c45f4b185 Mon Sep 17 00:00:00 2001 From: pateljannat Date: Wed, 4 Aug 2021 14:01:52 +0530 Subject: [PATCH] fix: profile progress and review links --- community/community/widgets/Avatar.html | 2 +- community/lms/widgets/Reviews.html | 8 +++++--- community/public/css/style.css | 15 ++++++++++++++- community/templates/quiz.html | 4 ++-- community/www/courses/course.html | 17 +++++++++++++---- community/www/profiles/profile.html | 9 ++++++--- 6 files changed, 41 insertions(+), 14 deletions(-) diff --git a/community/community/widgets/Avatar.html b/community/community/widgets/Avatar.html index cd4148c9..862419a4 100644 --- a/community/community/widgets/Avatar.html +++ b/community/community/widgets/Avatar.html @@ -1,5 +1,5 @@ {% set color = member.get_palette() %} - + {% if member.user_image %} diff --git a/community/lms/widgets/Reviews.html b/community/lms/widgets/Reviews.html index 25a99f7f..73073f8d 100644 --- a/community/lms/widgets/Reviews.html +++ b/community/lms/widgets/Reviews.html @@ -18,9 +18,11 @@