diff --git a/cara/apps/calculator/templates/base/calculator.report.html.j2 b/cara/apps/calculator/templates/base/calculator.report.html.j2 index 1f8d1b71..bb4e57a4 100644 --- a/cara/apps/calculator/templates/base/calculator.report.html.j2 +++ b/cara/apps/calculator/templates/base/calculator.report.html.j2 @@ -149,7 +149,7 @@ {% if form.exposed_lunch_option%} Yes {% else%} No @@ -174,7 +174,7 @@ {% if form.infected_lunch_option%} Yes {% else%} No @@ -279,9 +279,14 @@ {% block report_footer %}
- - Click the QR code to regenerate the report and get a shareable link.
Alternatively, scan to regenerate the report.
Mobile-friendly app coming soon!
+ + +

+ Click the QR code to regenerate the report and get a shareable link.
Alternatively, scan to regenerate the report.
Mobile-friendly app coming soon! +

+
+
{% block disclaimer_container %}


diff --git a/cara/apps/calculator/templates/calculator.report.html.j2 b/cara/apps/calculator/templates/calculator.report.html.j2 index a492d56d..8026af81 100644 --- a/cara/apps/calculator/templates/calculator.report.html.j2 +++ b/cara/apps/calculator/templates/calculator.report.html.j2 @@ -1,2 +1,2 @@ -{# The main calculator report, this template is intended to be extended by themes #} +{# The main calculator report, this template is intended to be implemented by themes #} {% extends "base/calculator.report.html.j2" %} \ No newline at end of file