From aa9466a5925f779fd83b2ecea5cc92d77e7c414c Mon Sep 17 00:00:00 2001 From: Guillim Date: Mon, 1 Jul 2019 17:44:19 +0200 Subject: [PATCH] missing import --- app/authentification/views.py | 1 + 1 file changed, 1 insertion(+) diff --git a/app/authentification/views.py b/app/authentification/views.py index 332d8205..718e44f3 100644 --- a/app/authentification/views.py +++ b/app/authentification/views.py @@ -7,6 +7,7 @@ from django.template.loader import render_to_string from .tokens import account_activation_token from django.core.mail import EmailMessage from django.views.generic import TemplateView +from django.shortcuts import redirect from app import settings