From 3f06fe23aaf800f458d17a647363a3e440b00502 Mon Sep 17 00:00:00 2001 From: Alejandro Sirgo Rica Date: Tue, 3 Sep 2024 14:51:46 +0200 Subject: templates: remove sidebar from client/list Remove sidebar from the client/list view. --- ogcp/templates/base.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ogcp/templates/base.html') diff --git a/ogcp/templates/base.html b/ogcp/templates/base.html index 5d46135..e924fe1 100644 --- a/ogcp/templates/base.html +++ b/ogcp/templates/base.html @@ -76,7 +76,7 @@ {% block container %}
{# The sidebar is not visible on index and login #} - {% if request.endpoint not in ["index", "login"] %} + {% if request.endpoint not in ["index", "login", "client_list"] %} -- cgit v1.2.3-18-g5258