mirror of
https://gitlab.com/allianceauth/allianceauth.git
synced 2026-02-11 09:36:24 +01:00
Move templates and fix namespacing
Move base template
Refactor services urls and templates
Refactor groupmanagement urls and templates
Refactor notifications urls and templates
This commit is contained in:
@@ -8,7 +8,7 @@ class Services(MenuItemHook):
|
||||
MenuItemHook.__init__(self,
|
||||
'Services',
|
||||
'fa fa-cogs fa-fw grayiconecolor',
|
||||
'auth_services', 100)
|
||||
'services:services', 100)
|
||||
|
||||
def render(self, request):
|
||||
for svc in ServicesHook.get_services():
|
||||
|
||||
Reference in New Issue
Block a user