Hi, im trying to enable certificates on my open edx platform, i already 
modified the 'CERTIFICATES_HTML_VIEW': true, in lms.env.json and 
cms.env.json and the configuration through the django admin.
When I go to certificates under the settings dropdown in my course it says 
"This 
course does not use a mode that offers certificates.", I already added the 
HTML view configuration and selected enabled and saved it under this 
configuration:

{ 
"default": { 
"accomplishment_class_append": "accomplishment-certificate", 
"platform_name": "YourPlatformName", 
"company_about_url":"http://www.YourOrganization.com/about-us";, 
"company_privacy_url": 
"http://www.YourOrganization.com/our-privacy-policy";, 
"company_tos_url": "http://www.YourOrganization.com/our-terms-service";, 
"company_verified_certificate_url": 
"http://www.YourOrganization.com/about_verified_certificates";, 
"logo_src": "/static/certificates/images/our_logo.svg", "logo_url": 
"www.YourOrganization.com"
 },
"honor": { "certificate_type": "honor", 
"certificate_title": "Honor Certificate",
 "document_body_class_append": "is-honorcode"
}, 
"verified": { "certificate_type": "verified", 
"certificate_title": "Verified Certificate", 
"document_body_class_append": "is-idverified"
 },
"base": { "certificate_type": "base", 
"certificate_title": "Certificate of Achievement", 
"document_body_class_append": "is-base"
 },
 "distinguished": { "certificate_type": "distinguished", 
"certificate_title": "Distinguished Certificate of Achievement", 
"document_body_class_append": "is-distinguished" } } 

Thanks in advance.

-- 
You received this message because you are subscribed to the Google Groups 
"General Open edX discussion" group.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/edx-code/ac1843a6-99cd-49a6-bca3-3570bdaee3c4%40googlegroups.com.

Reply via email to