mirror of
https://github.com/wekan/wekan.git
synced 2026-03-03 20:30:15 +01:00
Increase the avatar max size and show an error if it is too big
Fixes #190
This commit is contained in:
parent
dc3cbdd20e
commit
53018baeb2
4 changed files with 33 additions and 15 deletions
|
|
@ -36,6 +36,8 @@ template(name="memberName")
|
|||
= user.username
|
||||
|
||||
template(name="changeAvatarPopup")
|
||||
if error.get
|
||||
.warning {{_ error.get}}
|
||||
ul.pop-over-list
|
||||
each uploadedAvatars
|
||||
li: a.js-select-avatar
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue