Commit c8b1f3b15cb4f03519c733cba9b03733fbc39711
Exists in
master
and in
39 other branches
Merge branch 'noosfero-integration' of beta.softwarepublico.gov.br:softwarepubli…
…co/colab into noosfero-integration Conflicts: colab/proxy/noosfero/views.py
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,3 +7,4 @@ from ..utils.views import ColabProxyView | ||
7 | class NoosferoProxyView(ColabProxyView): | 7 | class NoosferoProxyView(ColabProxyView): |
8 | app_label = 'noosfero' | 8 | app_label = 'noosfero' |
9 | diazo_theme_template = 'proxy/noosfero.html' | 9 | diazo_theme_template = 'proxy/noosfero.html' |
10 | + login_url = '/social/account/login' |