summaryrefslogtreecommitdiffstats
path: root/ogcp/templates/base.html
diff options
context:
space:
mode:
authorAlejandro Sirgo Rica <asirgo@soleta.eu>2024-09-03 14:51:46 +0200
committerAlejandro Sirgo Rica <asirgo@soleta.eu>2024-09-03 16:26:42 +0200
commit3f06fe23aaf800f458d17a647363a3e440b00502 (patch)
tree6c6a956f7fe581d5e9052f8fe689796a42efa2cd /ogcp/templates/base.html
parent7613cd8017e978e771552467a4e10141e120fccb (diff)
templates: remove sidebar from client/listv1.1.3-30
Remove sidebar from the client/list view.
Diffstat (limited to 'ogcp/templates/base.html')
-rw-r--r--ogcp/templates/base.html2
1 files changed, 1 insertions, 1 deletions
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 %}
<div class="row h-100">
{# 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"] %}
<div id="sidebar" class="bg-light col-md-3 col-lg-3">
{% block sidebar %}{% endblock %}
</div>