diff options
-rw-r--r-- | template.jinja/confreg/mail/session_notify_pending.txt | 7 | ||||
-rw-r--r-- | template.jinja/confreg/mail/session_notify_pendreserve.txt | 7 |
2 files changed, 10 insertions, 4 deletions
diff --git a/template.jinja/confreg/mail/session_notify_pending.txt b/template.jinja/confreg/mail/session_notify_pending.txt index 05d7dcbc..a34bb04f 100644 --- a/template.jinja/confreg/mail/session_notify_pending.txt +++ b/template.jinja/confreg/mail/session_notify_pending.txt @@ -27,7 +27,10 @@ Thank you, and we look forward to seeing you at {{conference}}. {% if has_multiple_sessions %} Since you have made more than one submission to the conference, please note that this status only affects this specific session. -To view the status of all your sessions, please view the website +To confirm this session and to view the status of all your sessions, +please visit the website at +{% else %} +To confirm this session, please visit the website at +{% endif %} {{sitebase}}/events/{{conference.urlname}}/callforpapers/ -{% endif %} diff --git a/template.jinja/confreg/mail/session_notify_pendreserve.txt b/template.jinja/confreg/mail/session_notify_pendreserve.txt index 8931ba22..f0b8edd3 100644 --- a/template.jinja/confreg/mail/session_notify_pendreserve.txt +++ b/template.jinja/confreg/mail/session_notify_pendreserve.txt @@ -30,7 +30,10 @@ list, please let us know by responding to this email. {% if has_multiple_sessions %} Since you have made more than one submission to the conference, please note that this status only affects this specific session. -To view the status of all your sessions, please view the website +To confirm this session and to view the status of all your sessions, +please visit the website at +{% else %} +To confirm this session, please visit the website at +{% endif %} {{sitebase}}/events/{{conference.urlname}}/callforpapers/ -{% endif %} |