From fcffde155bb75f10046bee42360815ef1ecacc30 Mon Sep 17 00:00:00 2001 From: Henry Smith Date: Sun, 3 Dec 2023 16:27:22 -0500 Subject: Fixed URLs in createEventGroup emails MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Most of the actual links worked fine, but the displayed URLs were missing the “group” part. --- views/emails/createEventGroup/createEventGroupHtml.handlebars | 4 ++-- views/emails/createEventGroup/createEventGroupText.handlebars | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/views/emails/createEventGroup/createEventGroupHtml.handlebars b/views/emails/createEventGroup/createEventGroupHtml.handlebars index 0a12e91..baa104d 100644 --- a/views/emails/createEventGroup/createEventGroupHtml.handlebars +++ b/views/emails/createEventGroup/createEventGroupHtml.handlebars @@ -1,5 +1,5 @@

You just created a new event group on {{siteName}}! Thanks a bunch - we're delighted to have you.

-

You can edit your event group by clicking the button below, or just following this link: https://{{domain}}/{{eventGroupID}}?e={{editToken}}

+

You can edit your event group by clicking the button below, or just following this link: https://{{domain}}/group/{{eventGroupID}}?e={{editToken}}

To add events to this group (whether brand new events or ones you've already made), click the 'This event is part of an event group' checkbox. You will need to copy the following two codes into the box which opens:

Event group ID: {{eventGroupID}}

Event group secret editing code: {{editToken}}

@@ -18,7 +18,7 @@ -

To let others know about your event group, send them this link: https://{{domain}}/{{eventGroupID}}

+

To let others know about your event group, send them this link: https://{{domain}}/group/{{eventGroupID}}

And that's it - have a great day!

Love,

{{siteName}}

diff --git a/views/emails/createEventGroup/createEventGroupText.handlebars b/views/emails/createEventGroup/createEventGroupText.handlebars index 34ad618..d5007d9 100644 --- a/views/emails/createEventGroup/createEventGroupText.handlebars +++ b/views/emails/createEventGroup/createEventGroupText.handlebars @@ -1,6 +1,6 @@ You just created a new event group on {{siteName}}! Thanks a bunch - we're delighted to have you. -You can edit your event group by clicking the button below, or just following this link: https://{{domain}}/{{eventGroupID}}?e={{editToken}} +You can edit your event group by clicking the button below, or just following this link: https://{{domain}}/group/{{eventGroupID}}?e={{editToken}} To add events to this group (whether brand new events or ones you've already made), click the 'This event is part of an event group' checkbox. You will need to copy the following two codes into the box which opens: @@ -10,7 +10,7 @@ Event group secret editing code: {{editToken}} Edit the event group here: https://{{domain}}/group/{{eventGroupID}}?e={{editToken}} -To let others know about your event group, send them this link: https://{{domain}}/{{eventGroupID}} +To let others know about your event group, send them this link: https://{{domain}}/group/{{eventGroupID}} And that's it - have a great day! -- cgit v1.2.3