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:
Magnus Hagander
2010-02-26 13:58:41 +01:00
parent 41e653c86c
commit c3be6c213f
5 changed files with 112 additions and 22 deletions

View File

@ -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'},
],
}