diff --git a/cms/static/sass/views/_certificates.scss b/cms/static/sass/views/_certificates.scss index a580c29b76..5c8578e769 100644 --- a/cms/static/sass/views/_certificates.scss +++ b/cms/static/sass/views/_certificates.scss @@ -429,7 +429,11 @@ // * +Main - Certificate // ==================== -// TO-DO: refactor to use collection styling where possible. +// TO-DO: refactor to use collection styling where possible. +.view-certificates .activate-cert { + margin-left: 5px; +} + .view-certificates .certificates { .certificate-details, .certificate-edit { diff --git a/cms/templates/js/certificate-details.underscore b/cms/templates/js/certificate-details.underscore index 6dcac84cef..2d9ec0f3eb 100644 --- a/cms/templates/js/certificate-details.underscore +++ b/cms/templates/js/certificate-details.underscore @@ -16,6 +16,10 @@
<%= gettext("Certificate Details") %>
+
+ <%= gettext('Course Title') %>: + <%= course.get('name') %> +
<% if (course_title) { %>
<%= gettext('Course Title Override') %>: diff --git a/cms/templates/js/certificate-editor.underscore b/cms/templates/js/certificate-editor.underscore index cec7169fb6..aff2a20010 100644 --- a/cms/templates/js/certificate-editor.underscore +++ b/cms/templates/js/certificate-editor.underscore @@ -30,7 +30,7 @@
- + <%= gettext("(Up to 4 signatories are allowed for a certificate)") %>