refactor: PasswordRootChangeView

This commit is contained in:
imperosol
2025-11-25 20:40:55 +01:00
parent e9fbac8264
commit 55d6e2bbec
4 changed files with 38 additions and 20 deletions

View File

@@ -3,7 +3,7 @@
{% block content %}
{% if target %}
<p>{% trans user=target.get_display_name() %}Change password for {{ user }}{% endtrans %}</p>
<p>{% trans user=form.user.get_display_name() %}Change password for {{ user }}{% endtrans %}</p>
{% endif %}
<form method="post" action="">
{% csrf_token %}