From dda6abf25982569b65ca3920f1f8cf226a9c70d0 Mon Sep 17 00:00:00 2001 From: Tuan Nguyen Date: Wed, 16 Oct 2024 20:28:45 -0400 Subject: [PATCH] update mail template --- app/views/student_mailer/default_invitation_email.template | 2 +- app/views/student_mailer/default_status_change_email.template | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) 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