From 19295f8158e6bd91dc58e1fce6fc2607d5db1c6c Mon Sep 17 00:00:00 2001 From: Alejandro Sirgo Rica Date: Mon, 16 Sep 2024 17:32:41 +0200 Subject: templates: disable sidebar in images and repos Disable sidebar interaction in Images and Repos views. --- ogcp/templates/actions/repo_details.html | 2 ++ 1 file changed, 2 insertions(+) (limited to 'ogcp/templates/actions/repo_details.html') diff --git a/ogcp/templates/actions/repo_details.html b/ogcp/templates/actions/repo_details.html index 212a63b..d91f961 100644 --- a/ogcp/templates/actions/repo_details.html +++ b/ogcp/templates/actions/repo_details.html @@ -1,5 +1,7 @@ {% extends 'repos.html' %} {% import "bootstrap/wtf.html" as wtf %} + +{% set sidebar_state = 'disabled' %} {% set btn_back = true %} {% block nav_repos %} active{% endblock %} -- cgit v1.2.3-18-g5258