diff --git a/get_together/templates/get_together/users/show_profile.html b/get_together/templates/get_together/users/show_profile.html index 20d79e6..c0f89c9 100644 --- a/get_together/templates/get_together/users/show_profile.html +++ b/get_together/templates/get_together/users/show_profile.html @@ -3,25 +3,32 @@ {% block content %} {% if user %} +
+
+
+
+
{{user.user}}
-

Profile: {{user.user}}

+

Full name: {{user.realname}}

-Realname: {{user.realname}}
- -{% if user.weburl %} -Homepage: {{user.weburl}}
-{% endif %} - -{% if teams %} -

Teams

-
    - {% for t in teams %} -
  • - {{t.name}} -
  • - {% endfor %} -
-{% endif %} + {% if user.weburl %} +

Homepage: {{user.weburl}}

+ {% endif %} +
+
+ {% if teams %} +

Teams

+
    + {% for t in teams %} +
  • + {{t.name}} +
  • + {% endfor %} +
+ {% endif %} +
+
+
{% else %}