Variable forum/killboard/media urls on index #140

- only rendered if set, otherwise link removed
This commit is contained in:
Adarnof
2016-01-05 23:56:27 +00:00
parent b31dcb7ac0
commit 87393b8529
3 changed files with 32 additions and 12 deletions

View File

@@ -188,6 +188,15 @@ EMAIL_HOST_USER = os.environ.get('AA_EMAIL_HOST_USER', '')
EMAIL_HOST_PASSWORD = os.environ.get('AA_EMAIL_HOST_PASSWORD', '')
EMAIL_USE_TLS = 'True' == os.environ.get('AA_EMAIL_USE_TLS', 'True')
####################
# Front Page Links
####################
# KILLBOARD_URL - URL for your killboard. Blank to hide link
# MEDIA_URL - URL for your media page (youtube etc). Blank to hide link
####################
KILLBOARD_URL = os.environ.get('AA_KILLBOARD_URL', DOMAIN + '/killboard')
MEDIA_URL = os.environ.get('AA_MEDIA_URL', '')
#########################
# Default Group Settings
#########################