From e2c5aa7619123d2aec4a3abd5f96c293413239fa Mon Sep 17 00:00:00 2001 From: Theodore Keloglou Date: Wed, 17 Apr 2024 16:32:56 +0100 Subject: [PATCH] change adminextra nav links --- main/templates/main/layout.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/main/templates/main/layout.html b/main/templates/main/layout.html index dc3c5e1..6292797 100644 --- a/main/templates/main/layout.html +++ b/main/templates/main/layout.html @@ -50,8 +50,8 @@ {% endif %} {% if request.user.is_superuser %} | DjA - | AE List - | AE Cards + | AeList + | AeCards {% endif %} {% endif %} -- 2.45.2