Commit 8b7344de317054535594f6ddfbea9696b569badb

Authored by Sergio Oliveira
1 parent 230c4570

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