From 8afdfc87c5e2b727cebfa782558df058ed332d43 Mon Sep 17 00:00:00 2001 From: SDE Date: Tue, 12 Nov 2024 12:42:10 +0300 Subject: [PATCH] 1.7.16 registration send mail test --- AuthApp/js_views.py | 1 + 1 file changed, 1 insertion(+) diff --git a/AuthApp/js_views.py b/AuthApp/js_views.py index 5226337..9d7cdd0 100644 --- a/AuthApp/js_views.py +++ b/AuthApp/js_views.py @@ -711,6 +711,7 @@ def registration_ajax(request): } res = send_check_email_after_registration(mail_Dict, user) + print(str(res)) # res = send_registration_mail(mail_Dict, user) res_Dict = {