templates/user/my_profile.html
changeset 45 ab8918e654ae
parent 28 e137b605b888
child 65 8ac0ce6cfd66
equal deleted inserted replaced
44:2b09336352b5 45:ab8918e654ae
     8     <!--{{ view_profile_form.as_p }}-->
     8     <!--{{ view_profile_form.as_p }}-->
     9 
     9 
    10     <h2>{{ profile }}'s Profile</h2>
    10     <h2>{{ profile }}'s Profile</h2>
    11     <hr>
    11     <hr>
    12     {% if edit_profile %}
    12     {% if edit_profile %}
    13         <a href="/user/edit/">edit profile</a>
    13         <a href="/user/edit/">edit profile</a> | <a href="/accounts/password/change">change password</a>
    14         <hr>
    14         <hr>
    15     {% endif %}
    15     {% endif %}
    16     {% if profile.aboutme %}
    16     {% if profile.aboutme %}
    17         <br><h4>About Me</h4><hr>{{ profile.aboutme }}
    17         <br><h4>About Me</h4><hr>{{ profile.aboutme }}
    18     {% endif %}
    18     {% endif %}