From: Yasin Date: Thu, 28 Aug 2014 13:40:13 +0000 (+0200) Subject: reject req email: text updated X-Git-Tag: myslice-1.1~13^2~18 X-Git-Url: http://git.onelab.eu/?p=myslice.git;a=commitdiff_plain;h=7657f761b6f3b30ac9b13b3c6abddcae2123e62a reject req email: text updated --- diff --git a/portal/actions.py b/portal/actions.py index cb4a6fcd..3fed09d6 100644 --- a/portal/actions.py +++ b/portal/actions.py @@ -432,7 +432,7 @@ def portal_reject_request(wsgi_request, request_ids): current_site = current_site.domain subject = 'User validation denied.' - msg = 'You have recently registered to ' + current_site + '. We are sorry to inform you that, a manager of your institution has rejected your request. Please contact your manager or contact us for further information.' + msg = 'You have recently registered to ' + current_site + '. We are sorry to inform you that, a manager of your institution has rejected your request. Please contact the manager of your institution for further information. For any other queries, contact us by replying to this email.' send_mail(subject, msg, 'support@onelab.eu',[user_email], fail_silently=False) # removing from Django auth_user UserModel = get_user_model()