mirror of
https://gitlab.com/allianceauth/allianceauth.git
synced 2026-02-12 10:06:21 +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:
@@ -15,7 +15,7 @@ class DiscordService(ServicesHook):
|
||||
ServicesHook.__init__(self)
|
||||
self.urlpatterns = urlpatterns
|
||||
self.name = 'discord'
|
||||
self.service_ctrl_template = 'registered/discord_service_ctrl.html'
|
||||
self.service_ctrl_template = 'services/discord/discord_service_ctrl.html'
|
||||
self.access_perm = 'discord.access_discord'
|
||||
|
||||
def delete_user(self, user, notify_user=False):
|
||||
|
||||
Reference in New Issue
Block a user