From 63a51f900d84da84182c7dbf05cc7a9be5dff9bf Mon Sep 17 00:00:00 2001 From: Chris Ellis Date: Thu, 12 Sep 2024 14:20:49 +0100 Subject: [PATCH] Reword title --- templates/confreg/registration_dashboard.html | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/templates/confreg/registration_dashboard.html b/templates/confreg/registration_dashboard.html index 7fcaf97..8ee829d 100644 --- a/templates/confreg/registration_dashboard.html +++ b/templates/confreg/registration_dashboard.html @@ -17,8 +17,7 @@

Your Registration - {{conference}}

-

Hi {{reg.firstname}}

-
Welcome To {{conference}}!
+

Hi {{reg.firstname}} - >Welcome To {{conference}}!

Here you will find all the information you need about {{conference}}. Your registration (for {{reg.firstname}} {{reg.lastname}}) was completed on {{reg.payconfirmedat|datetimeformat("%Y-%m-%d %H:%M")}}.

-- 2.39.5