Opened 13 years ago
Last modified 12 years ago
#102 new enhancement
Cleaner "Tools" menu infrastructure
Reported by: | adehnert | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | The Distant Future |
Component: | Core | Version: | |
Keywords: | impacts:groups | Cc: | |
Size: | medium |
Description
Currently, group_tools.part.html is used for group admins only. We should consider incorporating all the logic in group_detail.html for what tools to show into it.
This probably involves some sort of "do we have this permission on this object" infrastructure, or else computing (and consistently naming) that and sticking it in the context. Assuming the former approach, http://www.djangocurrent.com/2011/07/django-permission-templatetag.html may be useful.
Note: See
TracTickets for help on using
tickets.