From 9e420199e43420ee6688fce7dea524dd39a1e7b5 Mon Sep 17 00:00:00 2001 From: Andrea Lepori Date: Sun, 28 Jan 2024 11:12:19 +0100 Subject: add impersonate banner --- templates/registration/base_admin.html | 12 ++++++++++++ templates/registration/base_client.html | 12 ++++++++++++ version.txt | 2 +- 3 files changed, 25 insertions(+), 1 deletion(-) diff --git a/templates/registration/base_admin.html b/templates/registration/base_admin.html index 1f484e6..9643e35 100644 --- a/templates/registration/base_admin.html +++ b/templates/registration/base_admin.html @@ -87,6 +87,18 @@ {% block title %}Scout Brega{% endblock %} + {% if request.user.is_impersonate %} + + {% endif %}