Merge Request #44
← To merge requests
From
fixing_links
into
master
Commits (2)
-
Signed-off-by: Gustavo Jaruga <darksshades@gmail.com> Signed-off-by: Macartur Souza <macartur.sc@gmail.com>
Showing
1 changed file
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 | } | ... | ... |