display success alert when user updates profile info
This commit is contained in:
@@ -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",
|
||||
)
|
||||
|
Reference in New Issue
Block a user