templates/user/my_profile.html
changeset 209 f34052de27f5
parent 208 ba839dd7c7d7
child 219 f04a1ec7a07f
equal deleted inserted replaced
208:ba839dd7c7d7 209:f34052de27f5
    17         <a href={{ profile.photo.url }}>
    17         <a href={{ profile.photo.url }}>
    18         <img border="0" height="200" src={{ profile.photo.url }}>
    18         <img border="0" height="200" src={{ profile.photo.url }}>
    19         </a>
    19         </a>
    20     {% endif %}
    20     {% endif %}
    21     {% if privilege or edit_profile %}
    21     {% if privilege or edit_profile %}
    22         <br><h4>E-Mail</h4><hr>{{ user.email }}
    22         <br><h4>E-Mail</h4><hr>{{ profile.user.email }}
    23     {% endif %}
    23     {% endif %}
    24     {% if profile.aboutme %}
    24     {% if profile.aboutme %}
    25         <br><h4>About Me</h4><hr>{{ profile.aboutme }}
    25         <br><h4>About Me</h4><hr>{{ profile.aboutme }}
    26     {% endif %}
    26     {% endif %}
    27     {% if profile.nick %}
    27     {% if profile.nick %}