From e6f653ccc11b3ca0884c70696c1a9649dce39ed5 Mon Sep 17 00:00:00 2001 From: Daniel Pan Date: Wed, 6 Apr 2016 10:48:25 +0800 Subject: [PATCH] center the text of password change dialog --- seahub/templates/registration/password_change_form.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/seahub/templates/registration/password_change_form.html b/seahub/templates/registration/password_change_form.html index a23833055b..b17e32e4d8 100644 --- a/seahub/templates/registration/password_change_form.html +++ b/seahub/templates/registration/password_change_form.html @@ -8,7 +8,7 @@ {% block main_panel %} {% if force_passwd_change %} -

{% trans "Please update your password before continue." %}

+

{% trans "Please update your password before continue." %}

{% endif %}