mirror of
https://github.com/wekan/wekan.git
synced 2026-01-06 09:38:49 +01:00
Fixed: Can't save user without Initials.
Thanks to devagleo and xet7 ! Fixes #3928
This commit is contained in:
parent
2576ef75bd
commit
9a03654062
1 changed files with 1 additions and 1 deletions
|
|
@ -342,7 +342,7 @@ template(name="editUserPopup")
|
|||
input.js-profile-fullname(type="text" value=user.profile.fullname required)
|
||||
label
|
||||
| {{_ 'initials'}}
|
||||
input.js-profile-initials(type="text" value=user.profile.initials required)
|
||||
input.js-profile-initials(type="text" value=user.profile.initials)
|
||||
label
|
||||
| {{_ 'admin'}}
|
||||
select.select-role.js-profile-isadmin
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue