SciPost Code Repository

Skip to content
Snippets Groups Projects
Commit 2f1f64a7 authored by Jean-Sébastien Caux's avatar Jean-Sébastien Caux
Browse files

debug

parent 097a6a66
No related branches found
No related tags found
No related merge requests found
...@@ -171,7 +171,7 @@ class Utils(object): ...@@ -171,7 +171,7 @@ class Utils(object):
if cls.invitation.invitation_type == 'F': if cls.invitation.invitation_type == 'F':
email_text += 'RE: Invitation to join the Editorial College of SciPost\n\n' email_text += 'RE: Invitation to join the Editorial College of SciPost\n\n'
email_text_html += ('<strong>RE: Invitation to join the Editorial College ' email_text_html += ('<strong>RE: Invitation to join the Editorial College '
'of SciPost</strong><br/><hr/><br/>' 'of SciPost</strong><br/><hr/><br/>')
email_text += 'Dear ' email_text += 'Dear '
email_text_html += 'Dear ' email_text_html += 'Dear '
if cls.invitation.message_style == 'F': if cls.invitation.message_style == 'F':
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment