diff options
author | Lauri Ojansivu <x@xet7.org> | 2019-08-07 13:31:56 +0300 |
---|---|---|
committer | Lauri Ojansivu <x@xet7.org> | 2019-08-07 13:31:56 +0300 |
commit | 716fc32968e7dd51b64a11c6c33e59aee849c982 (patch) | |
tree | b63a1108467c8fbf45097ccb748643267673dd2d /client | |
parent | cf9ad221f8654f070a2a7bb1de4522e4b01762dd (diff) | |
download | wekan-716fc32968e7dd51b64a11c6c33e59aee849c982.tar.gz wekan-716fc32968e7dd51b64a11c6c33e59aee849c982.tar.bz2 wekan-716fc32968e7dd51b64a11c6c33e59aee849c982.zip |
Make Save button visible again at Admin Panel People Edit.
Thanks to sclerc-chss and xet7 !
Related #2590
Diffstat (limited to 'client')
-rw-r--r-- | client/components/settings/peopleBody.jade | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/client/components/settings/peopleBody.jade b/client/components/settings/peopleBody.jade index 5db7470a..ff343e37 100644 --- a/client/components/settings/peopleBody.jade +++ b/client/components/settings/peopleBody.jade @@ -107,8 +107,8 @@ template(name="editUserPopup") label | {{_ 'password'}} input.js-profile-password(type="password") - //div.buttonsContainer - // 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'}}") |