Commit 126ccd9313b68367ea881161fdb0cfa23906571d
1 parent
44af687c
Exists in
master
and in
53 other branches
Add institution in social menu.
(cherry picked from commit 4c195680cc600ed6661d88114fb4ce78a7b13a27)
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', | ... | ... |