Skip to content

Commit adff976

Browse files
authored
fix: links in sessions mail abstract (#8384)
1 parent bd84e3e commit adff976

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

app/templates/email/new_session.html

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,13 @@
33
<br/><br/>{{ _('This is an automatic email from %(app_name)s for organizers of the %(session_name)s.', app_name=app_name, session_name = '<a href="%s" target="_blank">%s</a>' % (session.event.site_link, session.event.name)) | safe }}
44
<br/><br/>
55
{{ _('Your %(open_link)sCall For Speakers%(close_link)s has received a new session proposal with the following details:', open_link = '<a href="%s" target="_blank">' % (session.site_cfs_link), close_link = '</a>') | safe }}
6-
{% endautoescape %}
76
<br/><br/>
87
{{ _('Session') }}: {{ session.title}} <br/>
98
{% if session.short_abstract %}
109
{{ _('Abstract') }}: {{ session.short_abstract }} <br/>
1110
{% endif %}
1211
<br/>
1312

14-
{% autoescape false %}
1513
{{ _('You can view all speaker details on the speaker profile page and the session proposal on the %(open_link)ssession page%(close_link)s.', open_link = '<a href="%s" target="_blank">' % (session.organizer_site_link), close_link = '</a>') | safe }}<br/><br/>
1614
{{ _('To change the status of sessions please go to the %(open_link)ssessions overview page%(close_link)s and click on the status badge of the session.', open_link = '<a href="%s" target="_blank">' % (session_overview_link), close_link = '</a>') | safe }}<br/><br/>
1715
{% endautoescape %}

0 commit comments

Comments
 (0)