From d036ea6f275e66d11af201d7460d95e7a7999398 Mon Sep 17 00:00:00 2001 From: Yohann D'ANELLO Date: Thu, 4 Nov 2021 14:13:17 +0100 Subject: [PATCH] Get or create a user and query Note Kfet to get data --- theme/templates/admin/index.html | 3 -- users/models.py | 61 ++++++++++++++++++++++++++++++++ users/tests/test_templates.py | 8 ----- users/views.py | 6 ++-- 4 files changed, 65 insertions(+), 13 deletions(-) diff --git a/theme/templates/admin/index.html b/theme/templates/admin/index.html index 08c3498..67dcce1 100644 --- a/theme/templates/admin/index.html +++ b/theme/templates/admin/index.html @@ -56,9 +56,6 @@ SPDX-License-Identifier: GPL-3.0-or-later

{% trans 'My profile' %} - - {% trans 'Edit' %} -