Commit 230c4570e2766fc7854ec3fadef289b1f82c5826
1 parent
941bd506
Exists in
master
and in
39 other branches
Added gitlab login_url to proxy view
Showing
1 changed file
with
1 additions
and
0 deletions
Show diff stats
colab/proxy/gitlab/views.py
@@ -7,3 +7,4 @@ from ..utils.views import ColabProxyView | @@ -7,3 +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' |