Changeset - bc97f0d206fe
[Not reviewed]
default
0 1 0
Mads Kiilerich - 9 years ago 2016-11-05 18:26:08
madski@unity3d.com
style: fix structure of my account profile

The avatar was outside the usual wrapping structure.
1 file changed with 1 insertions and 2 deletions:
0 comments (0 inline, 0 general)
kallithea/templates/admin/my_account/my_account_profile.html
Show inline comments
 
${h.form(url('my_account'), method='post')}
 
    <div class="form">
 

	
 
        <div class="form-horizontal">
 
        <div class="form-group">
 
            <div class="gravatar_box">
 
                ${h.gravatar_div(c.user.email)}
 
                <p>
 
                    %if c.visual.use_gravatar:
 
                        <strong>${_('Change your avatar at')} <a href="http://gravatar.com">gravatar.com</a></strong>
 
@@ -14,13 +14,12 @@ ${h.form(url('my_account'), method='post
 
                        [${_('Current IP')}: ${c.ip_addr}]
 
                    %endif
 
                </p>
 
            </div>
 
        </div>
 

	
 
        <div class="form-horizontal">
 
            <div class="form-group">
 
                <label class="control-label" for="username">${_('Username')}:</label>
 
                <div class="input">
 
                    ${h.text('username',class_='medium', readonly=c.readonly('username'))}
 
                </div>
 
            </div>
0 comments (0 inline, 0 general)