Commit 891903950c14af53666eee0a8dff6522e8909286
Exists in
master
and in
55 other branches
Merge branch 'add_institution_in_social_menu' into 'master'
Add institution in social menu See merge request !75
Showing
1 changed file
with
2 additions
and
0 deletions
Show diff stats
cookbooks/colab/templates/noosfero.py.erb
@@ -27,6 +27,8 @@ menu_urls = ( | @@ -27,6 +27,8 @@ menu_urls = ( | ||
27 | kwargs={'path': 'search/people'}, auth=False), | 27 | kwargs={'path': 'search/people'}, auth=False), |
28 | url(display=_('Communities'), viewname='noosfero', | 28 | url(display=_('Communities'), viewname='noosfero', |
29 | kwargs={'path': 'search/communities'}, auth=False), | 29 | kwargs={'path': 'search/communities'}, auth=False), |
30 | + url(display=_('Institutions'), viewname='noosfero', | ||
31 | + kwargs={'path': 'search/institutions'}, auth=False), | ||
30 | url(display=_('Profile'), viewname='noosfero', | 32 | url(display=_('Profile'), viewname='noosfero', |
31 | kwargs={'path': 'profile/~/'}, auth=True), | 33 | kwargs={'path': 'profile/~/'}, auth=True), |
32 | url(display=_('Control Panel'), viewname='noosfero', | 34 | url(display=_('Control Panel'), viewname='noosfero', |