I’m currently customizing certificates in Open edX’s Quince release. I’m facing two challenges: firstly, the full name isn’t displaying using ${accomplishment_copy_name}. Secondly, I’m unsure how to add my logo images to the certificates.
For the logo and images, I’ve first uploaded them to the certificate assets in the Django admin. Then, I attempted to add them using the syntax ${static.certificate_asset_url('certificate-logo')}, but unfortunately, it’s still not working.
I don’t understand. How can I set the image paths in my certificate? My certificate images are located in /openedx/themes/indigo/lms/static/certificates/images.