SciPost Code Repository
Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
SciPost
Manage
Activity
Members
Labels
Plan
Issues
118
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
SciPost
SciPost
Commits
e3dd8b82
Commit
e3dd8b82
authored
8 years ago
by
Jean-Sébastien Caux
Browse files
Options
Downloads
Patches
Plain Diff
Correct bug again
parent
d123d9fa
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
scipost/utils.py
+2
-2
2 additions, 2 deletions
scipost/utils.py
with
2 additions
and
2 deletions
scipost/utils.py
+
2
−
2
View file @
e3dd8b82
...
...
@@ -391,7 +391,7 @@ class Utils(object):
'
Your work has been cited in a paper published by SciPost,
'
'
\n\n
'
+
cls
.
invitation
.
cited_in_publication
.
title
+
'
by
'
+
cls
.
invitation
.
cited_in_publication
.
author_list
+
'
\n\n
(published as
'
+
cls
.
invitation
.
cited_in_publication
.
citation
'
\n\n
(published as
'
+
cls
.
invitation
.
cited_in_publication
.
citation
()
+
'
).
\n\n
'
'
I would hereby like to use this opportunity to quickly introduce
'
'
you to the SciPost initiative, and to invite you to become an active
'
...
...
@@ -408,7 +408,7 @@ class Utils(object):
email_context
[
'
pub_title
'
]
=
cls
.
invitation
.
cited_in_publication
.
title
email_context
[
'
pub_author_list
'
]
=
cls
.
invitation
.
cited_in_publication
.
author_list
email_context
[
'
doi_label
'
]
=
cls
.
invitation
.
cited_in_publication
.
doi_label
email_context
[
'
citation
'
]
=
cls
.
invitation
.
cited_in_publication
.
citation
email_context
[
'
citation
'
]
=
cls
.
invitation
.
cited_in_publication
.
citation
()
email_text
+=
summary_text
email_text_html
+=
summary_text_html
email_text_html
+=
'
<br/>
'
+
EMAIL_FOOTER
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment