diff --git a/rowers/polarstuff.py b/rowers/polarstuff.py index 79d1bbc4..cef65d4b 100644 --- a/rowers/polarstuff.py +++ b/rowers/polarstuff.py @@ -32,6 +32,7 @@ from django.conf import settings from django.contrib.auth import authenticate, login, logout from django.contrib.auth.models import User from django.contrib.auth.decorators import login_required +from django.urls import reverse, reverse_lazy # Project # from .models import Profile