From 7926fee19b2241e2f3facef8b6eb8789f5d97d49 Mon Sep 17 00:00:00 2001 From: Andrea Lepori Date: Wed, 23 Mar 2022 19:10:35 +0100 Subject: initial support of user switcher --- templates/registration/base_client.html | 34 +++++++++++++++++++++++++++++---- 1 file changed, 30 insertions(+), 4 deletions(-) (limited to 'templates') diff --git a/templates/registration/base_client.html b/templates/registration/base_client.html index 362238c..8543852 100644 --- a/templates/registration/base_client.html +++ b/templates/registration/base_client.html @@ -5,6 +5,7 @@ {% load static %} + {% load app_filter %}