Browse Source

missing import

pull/250/head
Guillim 5 years ago
parent
commit
aa9466a592
1 changed files with 1 additions and 0 deletions
  1. 1
      app/authentification/views.py

1
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

Loading…
Cancel
Save