diff options
Diffstat (limited to 'ogcp/templates/actions/repos_add.html')
-rw-r--r-- | ogcp/templates/actions/repos_add.html | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ogcp/templates/actions/repos_add.html b/ogcp/templates/actions/repos_add.html index 19f02bf..32ded5a 100644 --- a/ogcp/templates/actions/repos_add.html +++ b/ogcp/templates/actions/repos_add.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 %} |