diff options
Diffstat (limited to 'workshop_app/send_mails.py')
-rw-r--r-- | workshop_app/send_mails.py | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/workshop_app/send_mails.py b/workshop_app/send_mails.py index d4a11b7..a3e8550 100644 --- a/workshop_app/send_mails.py +++ b/workshop_app/send_mails.py @@ -117,7 +117,7 @@ def send_email( request, call_on, Please click on the below link to activate your account - {0}/activate_user/{1} + {0}/workshop/activate_user/{1} After activation you can proceed to book your dates for the workshop(s). @@ -149,7 +149,7 @@ def send_email( request, call_on, Workshop title:{5} You may accept or reject this booking - {6}/my_workshops/ .""".format( + {6}/workshop/dashboard""".format( user_name, request.user.email, request.user.profile.phone_number, request.user.profile.institute, @@ -180,7 +180,7 @@ def send_email( request, call_on, Your request has been received and is awaiting instructor approval/disapproval. You will be notified about the status - via email and on {2}/my_workshops/ + via email and on {2}/workshop/status Please Note: Unless you get a confirmation email for this workshop with the list of instructions, your workshop shall be in the waiting list. |