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)}
 
@@ -17,7 +17,6 @@ ${h.form(url('my_account'), method='post
 
            </div>
 
        </div>
 

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