mirror of
https://github.com/postgres/pgweb.git
synced 2025-08-13 13:12:42 +00:00
Clean up the /accounts/ section. Still need to edit profile somehow,
but the submitted objects are now much nicer arranged.
This commit is contained in:
@ -75,6 +75,12 @@ sitenav = {
|
||||
],
|
||||
'account': [
|
||||
{'title': 'Your account', 'link':'/account'},
|
||||
{'title': 'Edit data', 'link':'/account', 'submenu': [
|
||||
{'title': 'News Articles', 'link':'/account/edit/news/'},
|
||||
{'title': 'Events', 'link':'/account/edit/events/'},
|
||||
{'title': 'Products', 'link':'/account/edit/products/'},
|
||||
{'title': 'Organisations', 'link':'/account/edit/organisations/'},
|
||||
]},
|
||||
{'title': 'Logout', 'link':'/account/logout'},
|
||||
],
|
||||
}
|
||||
|
Reference in New Issue
Block a user