# HG changeset patch # User Mads Kiilerich # Date 1478366768 -3600 # Node ID bc97f0d206fe0c686e5acac47bec4c5923a98954 # Parent 6f4f39b21302848e2804f70925afabf9ad1f6f01 style: fix structure of my account profile The avatar was outside the usual wrapping structure. diff -r 6f4f39b21302 -r bc97f0d206fe kallithea/templates/admin/my_account/my_account_profile.html --- a/kallithea/templates/admin/my_account/my_account_profile.html Mon Oct 31 22:39:39 2016 +0100 +++ b/kallithea/templates/admin/my_account/my_account_profile.html Sat Nov 05 18:26:08 2016 +0100 @@ -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 @@
${c.user.email or _('Missing email, please update your user email address.')} [${_('Current IP')}: ${c.ip_addr}] %endif -

+

+
-
-