diff --git a/lms/templates/certificates/_accomplishment-rendering.html b/lms/templates/certificates/_accomplishment-rendering.html index 7fce9279..bcd700fc 100644 --- a/lms/templates/certificates/_accomplishment-rendering.html +++ b/lms/templates/certificates/_accomplishment-rendering.html @@ -69,9 +69,11 @@

${cert_org_name}< Date issued: ${certificate_date_issued} - + % if (get_certificates_settings()['certificate_show_url']): + + % endif diff --git a/lms/templates/theme-variables.html b/lms/templates/theme-variables.html index 2e937444..ee960ab5 100644 --- a/lms/templates/theme-variables.html +++ b/lms/templates/theme-variables.html @@ -342,6 +342,7 @@ 'accomplishment_icon': get_value('certificates', {}).get('cert_accomplishment_icon', ''), 'accomplishment_icon_width': get_value('certificates', {}).get('cert_accomplishment_icon_width', '60px'), 'certificate_custom_org_name': translate(get_value('certificates', {}).get('certificate_custom_org_name', "")), + 'certificate_show_url': get_value('certificates', {}).get('certificate_show_url', True), } %>