Skip to content

Commit

Permalink
fix teacher password
Browse files Browse the repository at this point in the history
  • Loading branch information
SKairinos committed Nov 2, 2023
1 parent c66e0d9 commit 4a64fb0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion portal/templates/portal/teach/dashboard.html
Original file line number Diff line number Diff line change
Expand Up @@ -460,7 +460,7 @@ <h4>Your account</h4>
<div class="form--row__input col-sm-6 col-md-4">
<div class="input--icon">
{{ update_account_form.current_password }}
<span class="iconify" data-icon="mdi:lock-outline"></span>
<span id="current-password-field-icon" class="iconify" data-icon="material-symbols:visibility-off"></span>
</div>
<small>{{ update_account_form.current_password.help_text }}</small>
{{ update_account_form.current_password.errors }}
Expand Down

0 comments on commit 4a64fb0

Please sign in to comment.