mirror of
https://github.com/wekan/wekan.git
synced 2026-01-04 16:48:49 +01:00
Delete user feature
This commit is contained in:
parent
11a91bfc78
commit
cdef8a33e4
6 changed files with 62 additions and 2 deletions
|
|
@ -53,7 +53,10 @@ template(name="editProfilePopup")
|
|||
input.js-profile-email(type="email" value="{{emails.[0].address}}")
|
||||
else
|
||||
input.js-profile-email(type="email" value="{{emails.[0].address}}" readonly)
|
||||
input.primary.wide(type="submit" value="{{_ 'save'}}")
|
||||
div.buttonsContainer
|
||||
input.primary.wide(type="submit" value="{{_ 'save'}}")
|
||||
div
|
||||
input#deleteButton.primary.wide(type="button" value="{{_ 'delete'}}")
|
||||
|
||||
template(name="changePasswordPopup")
|
||||
+atForm(state='changePwd')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue