diff options
author | Magnus Hagander | 2025-07-14 12:18:39 +0000 |
---|---|---|
committer | Magnus Hagander | 2025-07-14 12:19:33 +0000 |
commit | 21382dcb65d8292cdf4560ded160934108c161ea (patch) | |
tree | 3906c6e850b8a1e6a16e286e0ede949229735519 | |
parent | dbd0f148964de2e65bf3c5877ac5272e5d54cc93 (diff) |
Commit c2816116 accidentally removed the confirm link for pending and
pending reserve sessions. Add it back!
-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 %} |