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/list_images.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/list_images.html')
-rw-r--r-- | ogcp/templates/actions/list_images.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ogcp/templates/actions/list_images.html b/ogcp/templates/actions/list_images.html index 708431c..c7eaeeb 100644 --- a/ogcp/templates/actions/list_images.html +++ b/ogcp/templates/actions/list_images.html @@ -1,6 +1,7 @@ {% extends 'images.html' %} {% import "bootstrap/wtf.html" as wtf %} +{% set sidebar_state = 'disabled' %} {% set btn_back = true %} {% block content %} |