templates/user/my_profile.html
changeset 28 e137b605b888
parent 27 8d52492d3c14
child 45 ab8918e654ae
--- a/templates/user/my_profile.html	Thu Feb 04 23:17:59 2010 +0530
+++ b/templates/user/my_profile.html	Thu Feb 04 23:19:15 2010 +0530
@@ -7,11 +7,12 @@
 {% block content %}
     <!--{{ view_profile_form.as_p }}-->
 
-    <h2>{{ profile }}'s Profile</h2><hr>
+    <h2>{{ profile }}'s Profile</h2>
+    <hr>
     {% if edit_profile %}
         <a href="/user/edit/">edit profile</a>
+        <hr>
     {% endif %}
-    <hr>
     {% if profile.aboutme %}
         <br><h4>About Me</h4><hr>{{ profile.aboutme }}
     {% endif %}