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