Commit 500d829d49ca6095bf9b7da75e4f9c84f902076c

Authored by Sergio Oliveira
1 parent f2e64c96

Added noosfero login url to its proxy view

Showing 1 changed file with 1 additions and 0 deletions   Show diff stats
colab/proxy/noosfero/views.py
... ... @@ -7,3 +7,4 @@ from ..utils.views import ColabProxyView
7 7 class NoosferoProxyView(ColabProxyView):
8 8 app_label = 'noosfero'
9 9 diazo_theme_template = 'proxy/noosfero.html'
  10 + login_url = '/social/account/login'
... ...