mirror of
https://github.com/wekan/wekan.git
synced 2025-12-17 16:00:13 +01:00
Make Save button visible again at Admin Panel People Edit.
Thanks to sclerc-chss and xet7 ! Related #2590
This commit is contained in:
parent
cf9ad221f8
commit
716fc32968
1 changed files with 2 additions and 2 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