summaryrefslogtreecommitdiffstats
path: root/ogcp/templates/base.html
diff options
context:
space:
mode:
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>