equal
deleted
inserted
replaced
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 %} |