Skip to content

Commit 673e9b1

Browse files
committed
feat: remove qrcode
Temporary remove qrcode from course certificate. In future implement it with other solution. fccn/nau-technical#676
1 parent b95b6c2 commit 673e9b1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

nau_base_certificate.mako

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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.
197197
nau_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">

0 commit comments

Comments
 (0)