diff --git a/kallithea/templates/admin/my_account/my_account_profile.html b/kallithea/templates/admin/my_account/my_account_profile.html --- a/kallithea/templates/admin/my_account/my_account_profile.html +++ b/kallithea/templates/admin/my_account/my_account_profile.html @@ -1,10 +1,10 @@ ${h.form(url('my_account'), method='post')}
- -
-
- ${h.gravatar_div(c.user.email)} -

+

+
+
+ ${h.gravatar_div(c.user.email)} +

%if c.visual.use_gravatar: ${_('Change your avatar at')} gravatar.com
${_('Using')} ${c.user.email} @@ -13,11 +13,10 @@ ${h.form(url('my_account'), method='post
${c.user.email or _('Missing email, please update your user email address.')} [${_('Current IP')}: ${c.ip_addr}] %endif -

+

+
-
-