Fix missing links in uotgoing session notifications
authorMagnus Hagander <magnus@hagander.net>
Mon, 14 Jul 2025 12:18:39 +0000 (14:18 +0200)
committerMagnus Hagander <magnus@hagander.net>
Mon, 14 Jul 2025 12:19:33 +0000 (14:19 +0200)
Commit c2816116 accidentally removed the confirm link for pending and
pending reserve sessions. Add it back!

template.jinja/confreg/mail/session_notify_pending.txt
template.jinja/confreg/mail/session_notify_pendreserve.txt

index 05d7dcbc2349eef89926967ab22d7db3a81afc5f..a34bb04f9fe5d366f6dd7664eeb2be82cd87d243 100644 (file)
@@ -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 %}
index 8931ba22b6af308d17dfa153f2e5ed980ba992e3..f0b8edd301c41347de1407f7f18d8b64418f79ed 100644 (file)
@@ -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 %}