diff --git a/NearBeach/views/authentication_views.py b/NearBeach/views/authentication_views.py index a4d2ad89f..3d36c8be5 100644 --- a/NearBeach/views/authentication_views.py +++ b/NearBeach/views/authentication_views.py @@ -1,6 +1,7 @@ # Import Forms from ..forms import PermissionSet, Group, LoginForm, User -from ..models import UserGroup, Notification, Organisation, User +from ..models import UserGroup, Notification, Organisation +from django.contrib.auth.models import User # Import Django Libraries from django.contrib import auth