display success alert when user updates profile info

This commit is contained in:
dandds
2018-10-16 13:30:22 -04:00
parent 84d091fcf1
commit 65bc05d214
3 changed files with 11 additions and 12 deletions

View File

@@ -61,7 +61,7 @@ class EditUserForm(ValidatedForm):
lower_bound=pendulum.duration(years=1),
upper_bound=pendulum.duration(days=0),
message="Must be a date within the last year.",
),
)
],
format="%m/%d/%Y",
)