From 36fe3310a36e3d6acca7d6b2a0d1036077f5f154 Mon Sep 17 00:00:00 2001 From: Cayo Puigdefabregas Date: Thu, 10 Oct 2024 10:35:27 +0200 Subject: [PATCH] user panel --- dashboard/templates/base.html | 4 ++-- dhub/urls.py | 1 + user/templates/panel.html | 18 ++++++++++++++++++ user/urls.py | 8 ++++++++ user/views.py | 11 +++++++++-- 5 files changed, 38 insertions(+), 4 deletions(-) create mode 100644 user/templates/panel.html create mode 100644 user/urls.py diff --git a/dashboard/templates/base.html b/dashboard/templates/base.html index c8b0a38..97d090a 100644 --- a/dashboard/templates/base.html +++ b/dashboard/templates/base.html @@ -61,12 +61,12 @@