From 9acfbd43da149ff54b29f8c945e7f9766db58a48 Mon Sep 17 00:00:00 2001 From: Amy Gale Ruth Bowersox Date: Fri, 6 Mar 2026 23:20:58 -0700 Subject: [PATCH] fixed up mass mail templates to include the link to visit the site (was in GlobalConfig.Site.BaseURL) --- email/templates/comm_massmail.jet | 6 +++--- email/templates/conf_mass_poster.jet | 7 ++++--- email/templates/conf_mass_reader.jet | 7 ++++--- email/templates/topic_mass_poster.jet | 7 ++++--- email/templates/topic_mass_reader.jet | 7 ++++--- 5 files changed, 19 insertions(+), 15 deletions(-) diff --git a/email/templates/comm_massmail.jet b/email/templates/comm_massmail.jet index 553b3b4..4e12825 100644 --- a/email/templates/comm_massmail.jet +++ b/email/templates/comm_massmail.jet @@ -11,6 +11,6 @@ You are receiving this message because you are a member of the Amsterdam community "${community.name}". The sender is a host of this community. To stop receiving mass E-mailed notices from all Amsterdam community and -conference hosts, visit Amsterdam, click on the "Profile" link, check the box -labeled "Don't send me mass E-mail from community/conference hosts," and -click Update to save this preference. +conference hosts, visit Amsterdam at {{ GlobalConfig.Site.BaseURL }}, +click on the "Profile" link, check the box labeled "Don't send me mass E-mail +from community/conference hosts," and click Update to save this preference. diff --git a/email/templates/conf_mass_poster.jet b/email/templates/conf_mass_poster.jet index c6f4dfa..d25d3f8 100644 --- a/email/templates/conf_mass_poster.jet +++ b/email/templates/conf_mass_poster.jet @@ -11,6 +11,7 @@ You are receiving this message because you are a participant in the "{{ confName }}" conference in the Amsterdam community "{{ commName }}". The sender is a host of this conference. To stop receiving mass E-mailed -notices from all Amsterdam community and conference hosts, visit Amsterdam, click -on the "Profile" link, check the box labeled "Don't send me mass E-mail from -community/conference hosts," and click Update to save this preference. +notices from all Amsterdam community and conference hosts, visit Amsterdam at +{{ GlobalConfig.Site.BaseURL }}, click on the "Profile" link, check the box +labeled "Don't send me mass E-mail from community/conference hosts," and +click Update to save this preference. diff --git a/email/templates/conf_mass_reader.jet b/email/templates/conf_mass_reader.jet index 4020f5c..9f74988 100644 --- a/email/templates/conf_mass_reader.jet +++ b/email/templates/conf_mass_reader.jet @@ -11,6 +11,7 @@ You are receiving this message because you are a reader of the "{{ confName }}" conference in the Amsterdam community "{{ commName }}". The sender is a host of this conference. To stop receiving mass E-mailed -notices from all Amsterdam community and conference hosts, visit Amsterdam, click -on the "Profile" link, check the box labeled "Don't send me mass E-mail from -community/conference hosts," and click Update to save this preference. +notices from all Amsterdam community and conference hosts, visit Amsterdam +at {{ GlobalConfig.Site.BaseURL }}, click on the "Profile" link, check the box +labeled "Don't send me mass E-mail from community/conference hosts," and +click Update to save this preference. diff --git a/email/templates/topic_mass_poster.jet b/email/templates/topic_mass_poster.jet index 1aba31d..1821329 100644 --- a/email/templates/topic_mass_poster.jet +++ b/email/templates/topic_mass_poster.jet @@ -12,6 +12,7 @@ You are receiving this message because you are a participant in the "{{ topicName }}" topic in the "{{ confName }}" conference in the Amsterdam community "{{ commName }}". The sender is a host of the "{{ confName }}" conference. To stop receiving mass E-mailed notices from -all Amsterdam community and conference hosts, visit Amsterdam, click -on the "Profile" link, check the box labeled "Don't send me mass E-mail from -community/conference hosts," and click Update to save this preference. +all Amsterdam community and conference hosts, visit Amsterdam at +{{ GlobalConfig.Site.BaseURL }}, click on the "Profile" link, check the box +labeled "Don't send me mass E-mail from community/conference hosts," and +click Update to save this preference. diff --git a/email/templates/topic_mass_reader.jet b/email/templates/topic_mass_reader.jet index bc30594..dd7e892 100644 --- a/email/templates/topic_mass_reader.jet +++ b/email/templates/topic_mass_reader.jet @@ -12,6 +12,7 @@ You are receiving this message because you are a reader of the "{{ topicName }}" topic in the "{{ confName }}" conference in the Amsterdam community "{{ commName }}". The sender is a host of the "{{ confName }}" conference. To stop receiving mass E-mailed notices from -all Amsterdam community and conference hosts, visit Amsterdam, click -on the "Profile" link, check the box labeled "Don't send me mass E-mail from -community/conference hosts," and click Update to save this preference. +all Amsterdam community and conference hosts, visit Amsterdam at +{{ GlobalConfig.Site.BaseURL }}, click on the "Profile" link, check the box +labeled "Don't send me mass E-mail from community/conference hosts," and +click Update to save this preference.