Remember if finver form is extended

This commit is contained in:
richard-dds
2018-10-19 14:49:50 -04:00
parent 5d2b976e5f
commit 22cbca5951
9 changed files with 64 additions and 55 deletions

View File

@@ -182,4 +182,5 @@ class ExtendedFinancialForm(BaseFinancialForm):
FileAllowed(["pdf"], "Only PDF documents can be uploaded."),
InputRequired(),
],
render_kw={"required": False}
)