From efecbad49d56079212bec02264df0b8b55d4b00e Mon Sep 17 00:00:00 2001 From: Leif Johansson Date: Wed, 9 Mar 2011 14:23:44 +0100 Subject: more dashboard tweaks --- templates/apps/userprofile/home.html | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'templates/apps/userprofile') diff --git a/templates/apps/userprofile/home.html b/templates/apps/userprofile/home.html index 56154a7..147632b 100644 --- a/templates/apps/userprofile/home.html +++ b/templates/apps/userprofile/home.html @@ -7,12 +7,14 @@ $("#names").accordion({ header: 'h3', collapsible: true, - active: false + active: false, + autoHeight: false }); $("#memberships").accordion({ header: 'h3', collapsible: true, - active: false + active: false, + autoHeight: false }); {% endblock %} {% block content %} @@ -24,7 +26,7 @@

{{m.name.shortname}}

- You became a member of {{m.name.shortname}} {{m.timecreated|datehumanize}} + You became a member of {{m.name.shortname}} {{m.timecreated|datehumanize}} {% if m.tags %}

Role{{m.tags|pluralize}}

    {% for tag in m.tags %}
  • {{ tag|escape }}
  • {%endfor%}
{%endif%}
-- cgit v1.1