diff --git a/plinth/modules/users/templates/users_change_password.html b/plinth/modules/users/templates/users_change_password.html index 70972603b..b4def757f 100644 --- a/plinth/modules/users/templates/users_change_password.html +++ b/plinth/modules/users/templates/users_change_password.html @@ -23,6 +23,8 @@ {% block content_row %}
+ {% include 'messages.html' %} +

{% blocktrans trimmed with username=form.user.username %} Change Password for {{ username }} diff --git a/plinth/modules/users/templates/users_update.html b/plinth/modules/users/templates/users_update.html index 9c0fd28a9..fe689a2a6 100644 --- a/plinth/modules/users/templates/users_update.html +++ b/plinth/modules/users/templates/users_update.html @@ -31,6 +31,8 @@ {% block content_row %}
+ {% include 'messages.html' %} +

{{ object.username }}