diff --git a/app/views/student_mailer/default_invitation_email.template b/app/views/student_mailer/default_invitation_email.template index caa3c9a..e174f23 100644 --- a/app/views/student_mailer/default_invitation_email.template +++ b/app/views/student_mailer/default_invitation_email.template @@ -10,7 +10,7 @@ You will need your Passport York I.D. to log in. Click on the url below to begin. -http://etd.library.yorku.ca +{{application_url}} Sincerely, diff --git a/app/views/student_mailer/default_status_change_email.template b/app/views/student_mailer/default_status_change_email.template index 3f54033..698711b 100644 --- a/app/views/student_mailer/default_status_change_email.template +++ b/app/views/student_mailer/default_status_change_email.template @@ -5,12 +5,11 @@ Hi {{student_name}} {{custom_message}} - Click on the url below to login to review your thesis status. You will need your Passport York I.D. to log in. -http://etd.library.yorku.ca +{{application_url}} Sincerely, Faculty of Graduate Studies \ No newline at end of file