mirror of
https://gitlab.ub.uni-bielefeld.de/sfb1288inf/nopaque.git
synced 2024-11-15 01:05:42 +00:00
New user avatar
This commit is contained in:
parent
35b239877a
commit
9167bffa61
@ -95,7 +95,7 @@ class UpdateProfileInformationForm(NopaqueForm):
|
|||||||
|
|
||||||
|
|
||||||
class UpdateAvatarForm(NopaqueForm):
|
class UpdateAvatarForm(NopaqueForm):
|
||||||
avatar = FileField('File', validators=[FileRequired(), LimitFileSize(2)])
|
avatar = FileField('File', validators=[LimitFileSize(2)])
|
||||||
submit = SubmitField()
|
submit = SubmitField()
|
||||||
|
|
||||||
def validate_avatar(self, field):
|
def validate_avatar(self, field):
|
||||||
|
Binary file not shown.
Before Width: | Height: | Size: 2.0 KiB After Width: | Height: | Size: 14 KiB |
Loading…
Reference in New Issue
Block a user