diff --git a/cara/apps/calculator/static/js/pdf.js b/cara/apps/calculator/static/js/pdf.js index b49d6959..6afb4fea 100644 --- a/cara/apps/calculator/static/js/pdf.js +++ b/cara/apps/calculator/static/js/pdf.js @@ -1,4 +1,4 @@ -function execute_me(qr_link) { +function generate_pdf_version(qr_link) { const pdf_version = this.document.getElementById("body"); // PDF styling diff --git a/cara/apps/calculator/templates/base/calculator.report.html.j2 b/cara/apps/calculator/templates/base/calculator.report.html.j2 index 57f949a3..6582b419 100644 --- a/cara/apps/calculator/templates/base/calculator.report.html.j2 +++ b/cara/apps/calculator/templates/base/calculator.report.html.j2 @@ -22,7 +22,7 @@
Created {{ creation_date }} using CARA calculator version v{{ form.calculator_version }}
- +