diff --git a/apps/authentication/views.py b/apps/authentication/views.py index eb4f6657b..a78b0089d 100644 --- a/apps/authentication/views.py +++ b/apps/authentication/views.py @@ -7,6 +7,7 @@ from django.contrib import auth from django.contrib import messages from django.core.mail import send_mail +from django.db.utils import IntegrityErro from django.shortcuts import render, redirect, get_object_or_404 from django.http import HttpResponseRedirect from django.utils.translation import ugettext as _