diff options
author | Alejandro Sirgo Rica <asirgo@soleta.eu> | 2024-09-16 17:32:41 +0200 |
---|---|---|
committer | Alejandro Sirgo Rica <asirgo@soleta.eu> | 2024-09-16 17:32:41 +0200 |
commit | 19295f8158e6bd91dc58e1fce6fc2607d5db1c6c (patch) | |
tree | bede17aadf9050b1364122fbde93a6c950fa73c7 /ogcp/templates/actions/repo_details.html | |
parent | f03077edb70e939bfb447fea4cf46340f736b657 (diff) |
templates: disable sidebar in images and repos
Disable sidebar interaction in Images and Repos views.
Diffstat (limited to 'ogcp/templates/actions/repo_details.html')
-rw-r--r-- | ogcp/templates/actions/repo_details.html | 2 |
1 files changed, 2 insertions, 0 deletions
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 %} |