Skip to content

Commit

Permalink
fix: show custom cert issuer in certificate template (#28)
Browse files Browse the repository at this point in the history
  • Loading branch information
danielrudn authored and GitHub Enterprise committed Mar 3, 2021
1 parent d5455ef commit cbffc93
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
<p class="accomplishment-statement-detail copy copy-lead" style="margin-bottom: 0px;color: #4e4e4e;">${Text(_("A course on {strong_start}{platform_url}{strong_end}")).format(strong_start=HTML("<strong style=\"color: " + platform_url_color + "\">"), strong_end=HTML("</strong>"), platform_url=strip_scheme(settings.PRIVATE_PORTAL_URL), )}</p>
<p style="color: #4e4e4e;">Powered by <strong>IBM Developer Skills Network.</strong></p>
<p style="margin-bottom:0;color: #4e4e4e;">Issued by</p>
<p>${Text(_("{strong_start}{platform_name}{strong_end}")).format(strong_start=HTML("<strong style=\"color: " + platform_name_color + "\">"), strong_end=HTML("</strong>"), platform_name=platform_name, )}</p>
<p>${Text(_("{strong_start}{platform_name}{strong_end}")).format(strong_start=HTML("<strong style=\"color: " + platform_name_color + "\">"), strong_end=HTML("</strong>"), platform_name=settings.CUSTOM_CERT_ISSUER)}</p>
</div>


Expand Down

0 comments on commit cbffc93

Please sign in to comment.