From df4c59814c1ed131df2f84cdc47cd3a6d7bb4817 Mon Sep 17 00:00:00 2001 From: Sander Roosendaal Date: Thu, 13 Jan 2022 19:18:14 +0100 Subject: [PATCH] correction --- rowers/polarstuff.py | 1 + 1 file changed, 1 insertion(+) 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