fix: remove duplicated views

This commit is contained in:
2026-07-23 10:46:49 +02:00
parent 16d1b3c954
commit 5786c07077
3 changed files with 1 additions and 246 deletions
+1 -1
View File
@@ -2,7 +2,7 @@ from django.contrib.auth.decorators import login_required
from django.urls import path
from django.utils.text import gettext_lazy as _
from web.views.users import (
from users.views import (
login,
logout,
my_account,