mirror of
https://github.com/wekan/wekan.git
synced 2026-01-03 16:18:49 +01:00
add popup to confirm deleting one account
This commit is contained in:
parent
7cc1ffcab2
commit
84ba42f42e
4 changed files with 12 additions and 6 deletions
|
|
@ -82,3 +82,8 @@ template(name="changeSettingsPopup")
|
|||
| {{_ 'show-cards-minimum-count'}}
|
||||
input#show-cards-count-at.inline-input.left(type="number" value="#{showCardsCountAt}" min="0" max="99" onkeydown="return false")
|
||||
input.js-apply-show-cards-at.left(type="submit" value="{{_ 'apply'}}")
|
||||
|
||||
|
||||
template(name="userDeletePopup")
|
||||
p {{_ 'delete-user-confirm-popup'}}
|
||||
button.js-confirm.negate.full(type="submit") {{_ 'delete'}}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue