summaryrefslogtreecommitdiffstats
path: root/ogcp/templates/actions/repos_update.html
diff options
context:
space:
mode:
Diffstat (limited to 'ogcp/templates/actions/repos_update.html')
-rw-r--r--ogcp/templates/actions/repos_update.html2
1 files changed, 2 insertions, 0 deletions
diff --git a/ogcp/templates/actions/repos_update.html b/ogcp/templates/actions/repos_update.html
index 1278648..37f06cc 100644
--- a/ogcp/templates/actions/repos_update.html
+++ b/ogcp/templates/actions/repos_update.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 %}