Merge pull request #153 from dod-ccpo/financial-verification-modal-159014770

Financial verification modal 159014770
This commit is contained in:
dandds
2018-08-10 15:20:05 -04:00
committed by GitHub
9 changed files with 57 additions and 40 deletions

View File

@@ -68,7 +68,7 @@ def make_flask_callbacks(app):
)
g.dev = os.getenv("FLASK_ENV", "dev") == "dev"
g.matchesPath = lambda href: re.match("^" + href, request.path)
g.modalOpen = request.args.get("modal", False)
g.modal = request.args.get("modal", None)
g.current_user = {
"id": "cce17030-4109-4719-b958-ed109dbb87c8",
"first_name": "Amanda",