# HG changeset patch # User Brian Neal # Date 1470270954 18000 # Node ID 67c83926722060edc7778e216c80c02c4cedaf04 # Parent 36fa9e9e010b51aa9078941bffc1887d0766095b Finish the bio profile template for V3 design. diff -r 36fa9e9e010b -r 67c839267220 sg101/templates/bio/view_profile.html --- a/sg101/templates/bio/view_profile.html Fri Jul 29 19:04:51 2016 -0500 +++ b/sg101/templates/bio/view_profile.html Wed Aug 03 19:35:54 2016 -0500 @@ -7,47 +7,64 @@ {% load messages_tags %} {% block title %}User Profile for {{ subject.username }}{% endblock %} {% block content %} -
-

User Profile for {{ subject.username }}

- {% if messages %} - +

User Profile for {{ subject.username }}

+{% if messages %} + +{% endif %} +

+ {% avatar subject 0 %} +

+{% if this_is_me %} +

My Stuff

+ +

My Profile

+{% else %} +
+ + Private Message + {% if not profile.hide_email %} + + Email {% endif %} - {% if this_is_me %} -
- {% avatar subject 0 %} -
-

My Stuff

- -

My Profile

- {% else %} -

{% avatar subject 0 %}

- {% endif %} + + Forum Posts + + Photos + + Report Profile +
+{% endif %} @@ -70,7 +87,7 @@ {% endif %} {% if not profile.hide_email %} - + {% endif %} {% if profile.profile_html %} @@ -97,33 +114,6 @@
Full Name{{ subject.get_full_name }}
Date Joined{{ subject.date_joined|date:"F d, Y" }}
Interests{{ profile.interests }}
Email{{ subject.email }}
Email{{ subject.email }}
Profile{{ profile.profile_html|safe }}
{% endif %} -
-{% if this_is_me %} - -{% else %} -{% if user.is_authenticated %} - -{% endif %} -{% endif %} {% endblock %} {% block custom_js %}