Skip to content

Commit

Permalink
import is_safe_url
Browse files Browse the repository at this point in the history
  • Loading branch information
mrniket committed Mar 26, 2018
1 parent 5159400 commit 0ad1fec
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions portal/views/home.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@
from django.contrib import messages as messages
from django.contrib.auth import login, logout
from django.contrib.auth.forms import AuthenticationForm
from django.utils.http import is_safe_url

from portal.models import Teacher, Student
from portal.forms.teach import TeacherSignupForm, TeacherLoginForm
Expand Down

0 comments on commit 0ad1fec

Please sign in to comment.