Commit 891903950c14af53666eee0a8dff6522e8909286

Authored by Alexandre Barbosa
2 parents d828cc68 4c195680

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 27 kwargs={'path': 'search/people'}, auth=False),
28 28 url(display=_('Communities'), viewname='noosfero',
29 29 kwargs={'path': 'search/communities'}, auth=False),
  30 + url(display=_('Institutions'), viewname='noosfero',
  31 + kwargs={'path': 'search/institutions'}, auth=False),
30 32 url(display=_('Profile'), viewname='noosfero',
31 33 kwargs={'path': 'profile/~/'}, auth=True),
32 34 url(display=_('Control Panel'), viewname='noosfero',
... ...