From 0b4f56c59d84e876adb7fa9164fec0718b492a56 Mon Sep 17 00:00:00 2001 From: Sunil Mohan Adapa Date: Sat, 14 Nov 2015 12:05:27 +0530 Subject: [PATCH] Fix bug in i18n of change password link --- plinth/modules/users/templates/users_update.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plinth/modules/users/templates/users_update.html b/plinth/modules/users/templates/users_update.html index 7867949ac..9e9c64d49 100644 --- a/plinth/modules/users/templates/users_update.html +++ b/plinth/modules/users/templates/users_update.html @@ -38,7 +38,7 @@

- {% url 'users:change_password' as change_password_url %} + {% url 'users:change_password' object.username as change_password_url %} {% blocktrans trimmed %} Use the change password form