summaryrefslogtreecommitdiffstats
path: root/ogcp/templates/actions/repo_details.html
diff options
context:
space:
mode:
Diffstat (limited to 'ogcp/templates/actions/repo_details.html')
-rw-r--r--ogcp/templates/actions/repo_details.html2
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 %}