Commit 8b7344de317054535594f6ddfbea9696b569badb
1 parent
230c4570
Exists in
master
and in
39 other branches
Prefixing the login_url with tool prefix
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
colab/proxy/gitlab/views.py
@@ -7,4 +7,4 @@ from ..utils.views import ColabProxyView | @@ -7,4 +7,4 @@ from ..utils.views import ColabProxyView | ||
7 | class GitlabProxyView(ColabProxyView): | 7 | class GitlabProxyView(ColabProxyView): |
8 | app_label = 'gitlab' | 8 | app_label = 'gitlab' |
9 | diazo_theme_template = 'proxy/gitlab.html' | 9 | diazo_theme_template = 'proxy/gitlab.html' |
10 | - login_url = '/users/sign_in' | 10 | + login_url = '/gitlab/users/sign_in' |