diff options
author | Madhusudan.C.S | 2011-02-09 02:46:22 +0530 |
---|---|---|
committer | Madhusudan.C.S | 2011-02-09 02:46:22 +0530 |
commit | dae126ab6b54513f7c8eb459d49d0872a9c00aee (patch) | |
tree | 8ec6eb08e099b893ce17c8d80dd06edc238e81e1 | |
parent | 1888491194dbe7c55c619e56e273299dae0aecc5 (diff) | |
download | pytask-dae126ab6b54513f7c8eb459d49d0872a9c00aee.tar.gz pytask-dae126ab6b54513f7c8eb459d49d0872a9c00aee.tar.bz2 pytask-dae126ab6b54513f7c8eb459d49d0872a9c00aee.zip |
UI Fix: Horizontal Ruler should separate About section in all cases.
-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 /> |