File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -195,7 +195,7 @@ if type(footer_note_certification_information) is dict:
195195# Generate a dict with all certificate parameters that students can change,
196196# so if they change its `name` the print to PDF is forced to be regenerated.
197197nau_course_certificate_data_dict = {
198- " template_version" : " v_2020_11_19 " ,
198+ " template_version" : " v_2025_09_29 " ,
199199 " language" : language,
200200 " certificate_date_issued" : certificate_date_issued,
201201 " body_text" : body_text,
@@ -1099,7 +1099,7 @@ nau_course_certificate_version = hashlib.sha1(json.dumps(nau_course_certificate_
10991099 </div >
11001100 % endif
11011101
1102- <img class =" ednxt-certificate__qrcode" src =" https://qrcode.tec-it.com/API/QRCode?color=ffffff&size=small&quietzone=0&errorcorrection=L&istransparent=True&data=${settings.LMS_ROOT_URL}/certificates/${certificate_id_number}" alt =" " />
1102+ ## <img class="ednxt-certificate__qrcode" src="https://qrcode.tec-it.com/API/QRCode?color=ffffff&size=small&quietzone=0&errorcorrection=L&istransparent=True&data=${settings.LMS_ROOT_URL}/certificates/${certificate_id_number}" alt="" />
11031103
11041104 <div class =" ednxt-certificate__footer-information" >
11051105 <div class =" ednxt-certificate__footer-information_logo" >
You can’t perform that action at this time.
0 commit comments