From cffbff03056c51ebe68934ba556f363d4c7d9d18 Mon Sep 17 00:00:00 2001 From: Phil Elson Date: Fri, 16 Apr 2021 21:09:22 +0200 Subject: [PATCH] Fix the badly floating QR text, and address the extends vs implement comment for theme templates. --- .../templates/base/calculator.report.html.j2 | 13 +++++++++---- .../calculator/templates/calculator.report.html.j2 | 2 +- 2 files changed, 10 insertions(+), 5 deletions(-) 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