mirror of
https://github.com/wekan/wekan.git
synced 2025-12-17 16:00:13 +01:00
Hide delete button until someone has time to fix it.
This commit is contained in:
parent
8bb587155e
commit
b9a25ecfac
1 changed files with 4 additions and 4 deletions
|
|
@ -107,8 +107,8 @@ template(name="editUserPopup")
|
||||||
label
|
label
|
||||||
| {{_ 'password'}}
|
| {{_ 'password'}}
|
||||||
input.js-profile-password(type="password")
|
input.js-profile-password(type="password")
|
||||||
div.buttonsContainer
|
//div.buttonsContainer
|
||||||
input.primary.wide(type="submit" value="{{_ 'save'}}")
|
// input.primary.wide(type="submit" value="{{_ 'save'}}")
|
||||||
div
|
// div
|
||||||
input#deleteButton.primary.wide(type="button" value="{{_ 'delete'}}")
|
// input#deleteButton.primary.wide(type="button" value="{{_ 'delete'}}")
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue