SciPost Code Repository

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

Correct typo in thesis vetting email

parent 7a942cdd
No related branches found
No related tags found
No related merge requests found
...@@ -69,7 +69,7 @@ class VetThesisLinkForm(BaseRequestThesisLinkForm): ...@@ -69,7 +69,7 @@ class VetThesisLinkForm(BaseRequestThesisLinkForm):
mail_params = { mail_params = {
'vocative_title': thesislink.requested_by.get_title_display(), 'vocative_title': thesislink.requested_by.get_title_display(),
'thesislink': thesislink, 'thesislink': thesislink,
'full_url': 'https//www.scipost.org{url}'.format(url=thesislink.get_absolute_url()) 'full_url': 'https://scipost.org{url}'.format(url=thesislink.get_absolute_url())
} }
action = int(self.cleaned_data['action_option']) action = int(self.cleaned_data['action_option'])
......
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