diff options
Diffstat (limited to 'workshop_app/send_mails.py')
-rw-r--r-- | workshop_app/send_mails.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/workshop_app/send_mails.py b/workshop_app/send_mails.py index f76a7c2..89992d2 100644 --- a/workshop_app/send_mails.py +++ b/workshop_app/send_mails.py @@ -272,7 +272,8 @@ def send_email( request, call_on, We regret to inform you that your workshop booking has been rejected due to unavailability of the instructor. You may try booking other available - slots {2}/book/ """ + slots {2}/book/ or you can also Propose a workshop + based on your available date.""" .format(workshop_date, workshop_title, PRODUCTION_URL)) try: |