From 9e0322d9ba888900a9fdc04b794af9abd50b0ad0 Mon Sep 17 00:00:00 2001 From: Matt Frazier Date: Tue, 28 Nov 2023 18:18:35 -0500 Subject: [PATCH] Rename, reword template - Fix redirect --- framework/auth/campaigns.py | 2 +- ...e_2024.html.mako => confirm_agu_conference_2023.html.mako} | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) rename website/templates/emails/{confirm_agu_conference_2024.html.mako => confirm_agu_conference_2023.html.mako} (88%) diff --git a/framework/auth/campaigns.py b/framework/auth/campaigns.py index 9d418e863e0..95203e058ca 100644 --- a/framework/auth/campaigns.py +++ b/framework/auth/campaigns.py @@ -94,7 +94,7 @@ def get_campaigns(): newest_campaigns.update({ 'agu_conference_2023': { 'system_tag': CampaignSourceTags.AguConference2023.value, - 'redirect_url': '', + 'redirect_url': furl.furl(DOMAIN).add(path='dashboard/').url, 'confirmation_email_template': mails.CONFIRM_EMAIL_AGU_CONFERENCE_2023, 'login_type': 'native', } diff --git a/website/templates/emails/confirm_agu_conference_2024.html.mako b/website/templates/emails/confirm_agu_conference_2023.html.mako similarity index 88% rename from website/templates/emails/confirm_agu_conference_2024.html.mako rename to website/templates/emails/confirm_agu_conference_2023.html.mako index 6d61636068c..429ec911410 100644 --- a/website/templates/emails/confirm_agu_conference_2024.html.mako +++ b/website/templates/emails/confirm_agu_conference_2023.html.mako @@ -14,8 +14,8 @@ You can register for this free event here:
https://cos-io.zoom.us/meeting/register/tZAuceCvrjotHNG3n6XzLFDv1Rnn2hkjczHr -
- To continue, please verify your email address by visiting this link:
+

+ To confirm your OSF account, please verify your email address by visiting this link:

${confirmation_url}