diff --git a/src/proxy/templates/proxy/gitlab.html b/src/proxy/templates/proxy/gitlab.html new file mode 100644 index 0000000..e7ec14f --- /dev/null +++ b/src/proxy/templates/proxy/gitlab.html @@ -0,0 +1,24 @@ +{% extends 'base.html' %} + + +{% block head_js %} + + +{% endblock %} diff --git a/src/proxy/views.py b/src/proxy/views.py index 288da66..56d864b 100644 --- a/src/proxy/views.py +++ b/src/proxy/views.py @@ -59,7 +59,7 @@ class JenkinsProxyView(ProxyView): class GitlabProxyView(ProxyView): base_url = settings.COLAB_GITLAB_URL add_remote_user = settings.REVPROXY_ADD_REMOTE_USER - diazo_theme_template = 'base.html' + diazo_theme_template = 'proxy/gitlab.html' diazo_rules = os.path.join(DIAZO_RULES_DIR, 'gitlab.xml') html5 = True -- libgit2 0.21.2