mirror of
https://github.com/wekan/wekan.git
synced 2026-01-01 23:28:49 +01:00
Display message when user wants to choose existing username (Fixes: #16)
This commit is contained in:
parent
4dc0ec07b8
commit
69fbd31abc
3 changed files with 14 additions and 4 deletions
|
|
@ -27,6 +27,8 @@ template(name="editProfilePopup")
|
|||
input.js-profile-fullname(type="text" value=profile.fullname autofocus)
|
||||
label
|
||||
| {{_ 'username'}}
|
||||
span.error.hide.username-taken
|
||||
| {{_ 'error-username-taken'}}
|
||||
input.js-profile-username(type="text" value=username)
|
||||
label
|
||||
| {{_ 'initials'}}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue