From a5073dbdf7bcecb7f185f9a212f421f4e3dcd316 Mon Sep 17 00:00:00 2001 From: Birger Schacht Date: Wed, 18 Oct 2023 10:33:00 +0200 Subject: [PATCH] fix: instead of pointing to admin, use the user login/logout routes This requires the `django.contrib.auth.urls` to be included or to create `login` and `logout` routes. Closes: #353 --- apis_core/apis_metainfo/templates/base.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/apis_core/apis_metainfo/templates/base.html b/apis_core/apis_metainfo/templates/base.html index fbfc45127..b47857c52 100644 --- a/apis_core/apis_metainfo/templates/base.html +++ b/apis_core/apis_metainfo/templates/base.html @@ -155,7 +155,7 @@ aria-expanded="false">User: {{ user.get_username }}