mirror of
https://gitlab.com/allianceauth/allianceauth.git
synced 2026-02-06 07:06:19 +01:00
Corrected ALLIANCE_NAME context processor to render alliance name if IS_CORP false.
Added ALLIANCE_NAME vs CORP_NAME toggle for index page title per IS_CORP value. Closes #85
This commit is contained in:
@@ -15,7 +15,7 @@ def alliance_id(request):
|
||||
return {'ALLIANCE_ID': settings.ALLIANCE_ID}
|
||||
|
||||
def alliance_name(request):
|
||||
return {'ALLIANCE_NAME': settings.CORP_NAME}
|
||||
return {'ALLIANCE_NAME': settings.ALLIANCE_NAME}
|
||||
|
||||
def jabber_url(request):
|
||||
return {'JABBER_URL': settings.JABBER_URL}
|
||||
|
||||
Reference in New Issue
Block a user