mirror of
https://gitlab.com/allianceauth/allianceauth.git
synced 2026-02-07 07:36:20 +01:00
Re-added corp choice to HRApplicationsw
This commit is contained in:
@@ -157,7 +157,7 @@ STATIC_URL = '/static/'
|
||||
# Set to FALSE for alliance
|
||||
# Set to TRUE for corp
|
||||
###########################
|
||||
IS_CORP = False
|
||||
IS_CORP = 'False' == os.environ.get('AA_IS_CORP', 'True')
|
||||
|
||||
|
||||
#################
|
||||
|
||||
Reference in New Issue
Block a user