Files
pecklist/wwwroot/js/templates/app.settings.handlebars
2018-06-28 23:08:13 +00:00

20 lines
765 B
Handlebars

<div>
<form id="frm" method="post" action="index.html">
<div class="form-group mb-5">
<div class="app-frm-buttons">
<button id="btn-new-list" class="mdi mdi-plus">New list</button>
</div>
</div>
<div class="form-group">
<label for="oldpassword">Change password</label>
<input class="form-control" type="text" id="oldpassword" name="oldpassword" placeholder="current password" value="">
<input class="form-control" type="text" id="newpassword" name="newpassword" placeholder="new password" value="">
<div class="app-frm-buttons">
<button id="btn-change-password">Update</button>
</div>
</div>
</form>
</div>