Update change-password.tpl

This commit is contained in:
Ahmad Husein 2025-02-16 20:07:46 +07:00 committed by GitHub
parent 5f0df84fe7
commit fefcd56801
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -8,7 +8,7 @@
<div class="panel-body"> <div class="panel-body">
<form class="form-horizontal" method="post" role="form" <form class="form-horizontal" method="post" role="form"
action="{Text::url('accounts/change-password-post')}"> action="{Text::url('accounts/change-password-post')}">
<input type="hidden" name="csrf_token" value="{$csrf_token}"> <input type="hidden" name="csrf_token" value="{$csrf_token|escape:'html'}">
<div class="form-group"> <div class="form-group">
<label class="col-md-2 control-label">{Lang::T('Current Password')}</label> <label class="col-md-2 control-label">{Lang::T('Current Password')}</label>
<div class="col-md-6"> <div class="col-md-6">
@ -35,7 +35,6 @@
</div> </div>
</div> </div>
</form> </form>
</div> </div>
</div> </div>
</div> </div>