SciPost Code Repository

Skip to content
Snippets Groups Projects
Commit 64732648 authored by Geert Kapteijns's avatar Geert Kapteijns
Browse files

Fix non-existent field 'author_list' when modifying thesis link

parent c47d3bb1
No related branches found
No related tags found
No related merge requests found
......@@ -87,7 +87,7 @@ class VetThesisLinkForm(RequestThesisLinkForm):
email_text = ('Dear ' + title_dict[thesislink.requested_by.title] + ' '
+ thesislink.requested_by.user.last_name
+ ', \n\nThe Thesis Link you have requested, concerning thesis with title '
+ thesislink.title + ' by ' + thesislink.author_list
+ thesislink.title + ' by ' + thesislink.author
+ ', has been activated '
'(with slight modifications to your submitted details) at '
'https://scipost.org/thesis/' + str(thesislink.id) + '.'
......
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