diff options
-rw-r--r-- | pytask/templates/profile/view.html | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/pytask/templates/profile/view.html b/pytask/templates/profile/view.html index 4309b00..b682547 100644 --- a/pytask/templates/profile/view.html +++ b/pytask/templates/profile/view.html @@ -30,9 +30,7 @@ Address: {{ profile.address|linebreaksbr }} <br /> Phone Number: {{ profile.phonenum }} <br /> {% endif %} -{% if medium %} - <hr /> -{% endif %} +<hr /> About: {{ profile.aboutme|linebreaksbr }} <br /> |