add configurable contact email for error pages

This commit is contained in:
2021-02-23 13:11:52 -06:00
parent 085571e58f
commit 70a8d4f06a
4 changed files with 11 additions and 5 deletions

View File

@@ -48,7 +48,9 @@ class Config(object):
},
}
DEFAULT_PAGE_STYLE = 'light'
TITLE_SUFFIX = 'incorporeal.org'
MEDIA_DIR = 'media'
# customizations
DEFAULT_PAGE_STYLE = 'light'
TITLE_SUFFIX = 'incorporeal.org'
CONTACT_EMAIL = 'bss@incorporeal.org'