|
76 | 76 | {'title': 'Report a Bug', 'link': '/account/submitbug/'}, |
77 | 77 | ], |
78 | 78 | 'account': [ |
79 | | - {'title': 'Your account', 'link': '/account'}, |
80 | | - {'title': 'Profile', 'link': '/account/profile'}, |
| 79 | + {'title': 'Your account', 'link': '/account/'}, |
| 80 | + {'title': 'Profile', 'link': '/account/profile/'}, |
81 | 81 | {'title': 'Mailing List Subscriptions', 'link': 'https://lists.postgresql.org/manage/'}, |
82 | | - {'title': 'Submitted data', 'link': '/account', 'submenu': [ |
| 82 | + {'title': 'Submitted data', 'link': '/account/', 'submenu': [ |
83 | 83 | {'title': 'News Articles', 'link': '/account/edit/news/'}, |
84 | 84 | {'title': 'Events', 'link': '/account/edit/events/'}, |
85 | 85 | {'title': 'Products', 'link': '/account/edit/products/'}, |
86 | 86 | {'title': 'Professional Services', 'link': '/account/edit/services/'}, |
87 | 87 | {'title': 'Organisations', 'link': '/account/edit/organisations/'}, |
88 | 88 | ]}, |
89 | 89 | {'title': 'Change password', 'link': '/account/changepwd/'}, |
90 | | - {'title': 'Logout', 'link': '/account/logout'}, |
| 90 | + {'title': 'Logout', 'link': '/account/logout/'}, |
91 | 91 | ], |
92 | 92 | } |
93 | 93 |
|
|
0 commit comments