Skip to content

Commit

Permalink
Fixed a typo in imports. oops.
Browse files Browse the repository at this point in the history
  • Loading branch information
melwil committed Aug 20, 2014
1 parent 2568437 commit b69f30a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/authentication/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +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.db.utils import IntegrityError
from django.shortcuts import render, redirect, get_object_or_404
from django.http import HttpResponseRedirect
from django.utils.translation import ugettext as _
Expand Down

0 comments on commit b69f30a

Please sign in to comment.