From 238a111f2774b172ff67a0196cb8932469b8e04b Mon Sep 17 00:00:00 2001 From: Serghei MIHAI Date: Thu, 11 Sep 2014 10:29:31 +0200 Subject: [PATCH] useless data removed from emailing context --- authentic2/registration_backend/views.py | 1 - 1 file changed, 1 deletion(-) diff --git a/authentic2/registration_backend/views.py b/authentic2/registration_backend/views.py index 2f539d4..5ae4f7c 100644 --- a/authentic2/registration_backend/views.py +++ b/authentic2/registration_backend/views.py @@ -37,7 +37,6 @@ class RegistrationView(FormView): activation_key = signing.dumps(form.cleaned_data) ctx_dict = {'activation_key': activation_key, - 'user': form.cleaned_data, 'expiration_days': EXPIRATION, 'site': site} -- 2.1.0