Financial verification form rendering

This commit is contained in:
richard-dds
2018-08-01 16:25:08 -04:00
parent 4ee662665e
commit 5d7dde3561
8 changed files with 51 additions and 36 deletions

View File

@@ -229,6 +229,7 @@ def make_config():
OVERRIDE_CONFIG_FILENAME = os.getenv("OVERRIDE_CONFIG_FULLPATH")
config = ConfigParser()
config.optionxform = str
config_files = [BASE_CONFIG_FILENAME, ENV_CONFIG_FILENAME]
if OVERRIDE_CONFIG_FILENAME: