From 8e2bbb324091c0ba28ccd24fc189b2e7ddab8ce3 Mon Sep 17 00:00:00 2001 From: Nicolai Ort Date: Tue, 7 Feb 2023 10:33:05 +0100 Subject: [PATCH] Fixed missing closing tag --- src/templates/runner_forgot.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/templates/runner_forgot.html b/src/templates/runner_forgot.html index 056f5b3..ed1d07b 100644 --- a/src/templates/runner_forgot.html +++ b/src/templates/runner_forgot.html @@ -2,7 +2,7 @@ - {{__ "your-event_name-profile"}}<title> <!-- The title tag shows in email notifications, like Android 4.4. --> + <title>{{__ "your-event_name-profile"}}