From 4bbe761215dbe989e8b2efc3823740416f403e71 Mon Sep 17 00:00:00 2001 From: Andrea Lepori Date: Thu, 25 Jun 2020 18:18:20 +0200 Subject: reset password and decorators for login check --- accounts/urls.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'accounts/urls.py') diff --git a/accounts/urls.py b/accounts/urls.py index 332a16b..a2d8541 100644 --- a/accounts/urls.py +++ b/accounts/urls.py @@ -1,4 +1,4 @@ -from django.urls import path +from django.urls import path, include from . import views -- cgit v1.2.1