diff --git a/cara/apps/calculator/templates/report.html.j2 b/cara/apps/calculator/templates/report.html.j2 index 9a68f263..56dfb723 100644 --- a/cara/apps/calculator/templates/report.html.j2 +++ b/cara/apps/calculator/templates/report.html.j2 @@ -59,7 +59,7 @@
Event data:
Number of attendees and infected people: {{ total_people }} in attendance, of whom {{ infected_people }} - {{ 'is' if infected_people == 1 else 'are' }} + {{ "is" if infected_people == 1 else "are" }} infected.
Activity type: {% if activity_type == "office" %}