mirror of
https://gitlab.com/allianceauth/allianceauth.git
synced 2026-02-06 23:26:19 +01:00
Added full services working, refresh, create, delete, updated look
This commit is contained in:
@@ -2,8 +2,12 @@ from django.conf import settings
|
||||
|
||||
|
||||
def alliance_id(request):
|
||||
return {'ALLIANCE_ID': settings.ALLIANCE_ID}
|
||||
return {'ALLIANCE_ID': settings.ALLIANCE_ID }
|
||||
|
||||
|
||||
def alliance_name(request):
|
||||
return {'ALLIANCE_NAME': settings.ALLIANCE_NAME}
|
||||
return {'ALLIANCE_NAME': settings.ALLIANCE_NAME }
|
||||
|
||||
|
||||
def jabber_url(request):
|
||||
return {'JABBER_URL': settings.JABBER_URL }
|
||||
Reference in New Issue
Block a user