From 6a692e2ae221015a23900ab8f9bd8aa81e350902 Mon Sep 17 00:00:00 2001 From: Awais Jibran Date: Fri, 11 Dec 2020 18:59:38 +0500 Subject: [PATCH] Serve assets using static storage --- .../templates/content_type_gating/access_denied_message.html | 3 ++- .../templates/course_experience/course-home-fragment.html | 4 +++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/openedx/features/content_type_gating/templates/content_type_gating/access_denied_message.html b/openedx/features/content_type_gating/templates/content_type_gating/access_denied_message.html index 546b647704..b08d6e1517 100644 --- a/openedx/features/content_type_gating/templates/content_type_gating/access_denied_message.html +++ b/openedx/features/content_type_gating/templates/content_type_gating/access_denied_message.html @@ -17,5 +17,6 @@ {% endif %} - + {% trans 'Example of a verified certificate' as tmsg %}{{ tmsg | force_escape }} diff --git a/openedx/features/course_experience/templates/course_experience/course-home-fragment.html b/openedx/features/course_experience/templates/course_experience/course-home-fragment.html index 6aadf9fd15..9e42725034 100644 --- a/openedx/features/course_experience/templates/course_experience/course-home-fragment.html +++ b/openedx/features/course_experience/templates/course_experience/course-home-fragment.html @@ -140,7 +140,9 @@ from openedx.features.course_experience.course_tools import HttpMethod % if upgrade_url and upgrade_price:

${_("Pursue a verified certificate")}

- + ${_('Sample verified certificate with your name, the course title, the logo of the institution and the signatures of the instructors for this course.')} +