Commit 230c4570e2766fc7854ec3fadef289b1f82c5826

Authored by Sergio Oliveira
1 parent 941bd506

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 7 class GitlabProxyView(ColabProxyView):
8 8 app_label = 'gitlab'
9 9 diazo_theme_template = 'proxy/gitlab.html'
  10 + login_url = '/users/sign_in'
... ...