summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--template.jinja/confreg/mail/session_notify_pending.txt7
-rw-r--r--template.jinja/confreg/mail/session_notify_pendreserve.txt7
-rw-r--r--template/confreg/sessionvotes.html2
3 files changed, 11 insertions, 5 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 %}
diff --git a/template/confreg/sessionvotes.html b/template/confreg/sessionvotes.html
index f6666c0a..38cc0e3d 100644
--- a/template/confreg/sessionvotes.html
+++ b/template/confreg/sessionvotes.html
@@ -305,7 +305,7 @@ ul.comments span.username {
<div><strong>Tags:</strong> {%for t in s.tags%}<span class="label label-primary">{{t}}</span> {%endfor%}</div>
{%endif%}
{%if conference.callforpapersrecording%}
- <div><strong>Recording consent:</strong> {{s.recordingconsent | yesno:"Yes,No" }}
+ <div><strong>Recording consent:</strong> {{s.recordingconsent | yesno:"Yes,No" }}</div>
{%endif%} <br/>
{{s.abstract|markdown}}
{%if s.submissionnote%}