SciPost Code Repository

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

Remove unneeded text

parent 92768269
No related branches found
No related tags found
No related merge requests found
from common.utils import BaseMailUtil from common.utils import BaseMailUtil
SPB_PETITION_THANKS = (
'Many thanks for signing the petition!\n\n'
'If you have not done so already, you can really further help SciPost convince '
'your institution, library and/or funding agency to become Supporting Partners '
'by sending a personalized email to one of their representatives; we have a '
'handy email template for you to use at https://scipost.org/partners/.\n\n'
'You can also point them to our prospectus and draft agreement on that same '
'page.\n\nWe are very grateful for your help.\n\nThe SciPost Team'
)
SPB_PETITION_THANKS_HTML = (
)
class PetitionUtils(BaseMailUtil): class PetitionUtils(BaseMailUtil):
mail_sender = 'petitions@scipost.org' mail_sender = 'petitions@scipost.org'
mail_sender_title = 'SciPost petitions' mail_sender_title = 'SciPost petitions'
......
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