mirror of
https://gitlab.com/allianceauth/allianceauth.git
synced 2026-02-07 07:36:20 +01:00
Merge branch 'master' of https://github.com/R4stl1n/allianceauth into notification
Conflicts: celerytask/tasks.py
This commit is contained in:
@@ -78,3 +78,5 @@ def deactivate_services(user):
|
||||
def generate_corp_group_name(corpname):
|
||||
return 'Corp_' + corpname.replace(' ', '_')
|
||||
|
||||
def generate_alliance_group_name(alliancename):
|
||||
return 'Alliance_' + alliancename.replace(' ', '_')
|
||||
|
||||
Reference in New Issue
Block a user