From f1fd732e742b8b1530bf95b8df05d69dfe8c1eb0 Mon Sep 17 00:00:00 2001 From: Andrea Lepori Date: Thu, 24 Mar 2022 12:25:32 +0100 Subject: move all items in dropdown --- templates/registration/base_admin.html | 55 ++++++++++++++++++++++++---------- 1 file changed, 39 insertions(+), 16 deletions(-) (limited to 'templates/registration/base_admin.html') diff --git a/templates/registration/base_admin.html b/templates/registration/base_admin.html index 8dde1b0..c24255b 100644 --- a/templates/registration/base_admin.html +++ b/templates/registration/base_admin.html @@ -5,6 +5,7 @@ {% load static %} + {% load app_filter %}