New user avatar

This commit is contained in:
Inga Kirschnick 2023-03-31 11:46:17 +02:00
parent 35b239877a
commit 9167bffa61
2 changed files with 1 additions and 1 deletions

View File

@ -95,7 +95,7 @@ class UpdateProfileInformationForm(NopaqueForm):
class UpdateAvatarForm(NopaqueForm):
avatar = FileField('File', validators=[FileRequired(), LimitFileSize(2)])
avatar = FileField('File', validators=[LimitFileSize(2)])
submit = SubmitField()
def validate_avatar(self, field):

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.0 KiB

After

Width:  |  Height:  |  Size: 14 KiB