From cbffc930b32dbb0a70b0a7c8f81780fada7c0d4d Mon Sep 17 00:00:00 2001 From: Daniel Rudnitski Date: Wed, 3 Mar 2021 17:40:57 -0500 Subject: [PATCH] fix: show custom cert issuer in certificate template (#28) --- .../lms/templates/certificates/_accomplishment-rendering.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bdu-portal/lms/templates/certificates/_accomplishment-rendering.html b/bdu-portal/lms/templates/certificates/_accomplishment-rendering.html index 29da5ae..165c08e 100644 --- a/bdu-portal/lms/templates/certificates/_accomplishment-rendering.html +++ b/bdu-portal/lms/templates/certificates/_accomplishment-rendering.html @@ -57,7 +57,7 @@

${Text(_("A course on {strong_start}{platform_url}{strong_end}")).format(strong_start=HTML(""), strong_end=HTML(""), platform_url=strip_scheme(settings.PRIVATE_PORTAL_URL), )}

Powered by IBM Developer Skills Network.

Issued by

-

${Text(_("{strong_start}{platform_name}{strong_end}")).format(strong_start=HTML(""), strong_end=HTML(""), platform_name=platform_name, )}

+

${Text(_("{strong_start}{platform_name}{strong_end}")).format(strong_start=HTML(""), strong_end=HTML(""), platform_name=settings.CUSTOM_CERT_ISSUER)}