diff --git a/src/proxy/diazo/gitlab.xml b/src/proxy/diazo/gitlab.xml new file mode 100644 index 0000000..efef6f8 --- /dev/null +++ b/src/proxy/diazo/gitlab.xml @@ -0,0 +1,25 @@ + + + + + + + + + + + + + + diff --git a/src/proxy/views.py b/src/proxy/views.py index 56d864b..288da66 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 = 'proxy/gitlab.html' + diazo_theme_template = 'base.html' diazo_rules = os.path.join(DIAZO_RULES_DIR, 'gitlab.xml') html5 = True -- libgit2 0.21.2