From 88ee4f482b54d889bd850a43923b404edf652833 Mon Sep 17 00:00:00 2001 From: Josako Date: Fri, 13 Dec 2024 10:41:29 +0100 Subject: [PATCH] - Try to move Add... functionality to overviews --- eveai_app/templates/navbar.html | 2 +- eveai_app/templates/scripts.html | 15 +++++++++++++++ eveai_app/templates/user/select_tenant.html | 9 ++++++--- eveai_app/views/user_views.py | 2 ++ 4 files changed, 24 insertions(+), 4 deletions(-) diff --git a/eveai_app/templates/navbar.html b/eveai_app/templates/navbar.html index 2528e1b..7b6bbe6 100644 --- a/eveai_app/templates/navbar.html +++ b/eveai_app/templates/navbar.html @@ -129,7 +129,7 @@ diff --git a/eveai_app/templates/scripts.html b/eveai_app/templates/scripts.html index eeabf49..d1fe28e 100644 --- a/eveai_app/templates/scripts.html +++ b/eveai_app/templates/scripts.html @@ -130,6 +130,21 @@ document.addEventListener('DOMContentLoaded', function() { }); }); +