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 +++++--- templates/base.html | 3 +++ 2 files changed, 8 insertions(+), 3 deletions(-) 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%}
diff --git a/templates/base.html b/templates/base.html index 4061643..5440afc 100644 --- a/templates/base.html +++ b/templates/base.html @@ -77,6 +77,9 @@ +
{% endif %} {% if noname %} -- cgit v1.1