Commit b24b9732db95ad377197a1d9752c043f3f4aa60f
Exists in
master
and in
39 other branches
Merge branch 'fixing_links' into 'master'
Fixing links
Showing
1 changed file
with
2 additions
and
2 deletions
Show diff stats
colab/proxy/noosfero/apps.py
... | ... | @@ -15,7 +15,7 @@ class ProxyNoosferoAppConfig(ColabProxiedAppConfig): |
15 | 15 | (_('Communities'), 'search/communities'), |
16 | 16 | ), |
17 | 17 | 'auth_links': ( |
18 | - (_('Profile'), 'profile'), | |
19 | - (_('Control panel'), 'myprofile'), | |
18 | + (_('Profile'), 'profile/~/'), | |
19 | + (_('Control panel'), 'myprofile/~/'), | |
20 | 20 | ), |
21 | 21 | } | ... | ... |