Commit 4c75344c authored by Russell Keith-Magee's avatar Russell Keith-Magee
Browse files

Fixed #19056 -- Ensure admin change password template doesn't rely on username attribute.

parent 030b5539
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -28,7 +28,7 @@
    </p>
{% endif %}

<p>{% blocktrans with username=original.username %}Enter a new password for the user <strong>{{ username }}</strong>.{% endblocktrans %}</p>
<p>{% blocktrans with username=original %}Enter a new password for the user <strong>{{ username }}</strong>.{% endblocktrans %}</p>

<fieldset class="module aligned">