Continue implementing live risk checks

This commit is contained in:
2023-01-11 19:46:47 +00:00
parent 93be9e6ffe
commit e55f903f42
12 changed files with 527 additions and 244 deletions

View File

@@ -119,6 +119,7 @@ class AccountForm(RestrictedFormMixin, ModelForm):
"sandbox",
"enabled",
"risk_model",
"initial_balance",
)
help_texts = {
"name": "Name of the account. Informational only.",
@@ -128,6 +129,7 @@ class AccountForm(RestrictedFormMixin, ModelForm):
"sandbox": "Whether to use the sandbox/demo or not.",
"enabled": "Whether the account is enabled.",
"risk_model": "The risk model to use for this account.",
"initial_balance": "The initial balance of the account.",
}