Commit 500d829d49ca6095bf9b7da75e4f9c84f902076c
1 parent
f2e64c96
Exists in
master
and in
39 other branches
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,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' |