diff options
author | Leif Johansson <leifj@sunet.se> | 2011-06-13 17:42:59 +0200 |
---|---|---|
committer | Leif Johansson <leifj@sunet.se> | 2011-06-13 17:42:59 +0200 |
commit | 63eac434d82c8a18c3c2b437049f8c2401b0349f (patch) | |
tree | dd1ed31577aeb4017950e50617542c9293424775 /templates/apps | |
parent | 70aa706dd2977a386f6662c3f32615e600edecdd (diff) |
style polish, new jstree (still not working with jquery 1.5) and fresh jquery
Diffstat (limited to 'templates/apps')
-rw-r--r-- | templates/apps/userprofile/home.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/apps/userprofile/home.html b/templates/apps/userprofile/home.html index 147632b..3ac26b6 100644 --- a/templates/apps/userprofile/home.html +++ b/templates/apps/userprofile/home.html @@ -28,7 +28,7 @@ <div> You became a member of <a href="{{m.name.url}}">{{m.name.shortname}}</a> {{m.timecreated|datehumanize}} {% if m.tags %}<h4>Role{{m.tags|pluralize}}</h4> - <ul class="clist">{% for tag in m.tags %}<li>{{ tag|escape }}</li>{%endfor%}</ul>{%endif%} + <ul class="clist">{% for tag in m.tags %}<li>{{ tag|escape }}</li>{%endfor%}</ul>{%endif%} </div> <div class="rlist button"> <ul> @@ -55,7 +55,7 @@ <div id="n{{n.id}}"> <h3 class="listheader">{{n.shortname}}</h3> <div> - <a href="/name/id/{{n.id}}">{{n.shortname}}</a> was created by {{n.creator|userdisplay}} {{n.timecreated|datehumanize}}. + <a href="/name/{{n.url}}">{{n.shortname}}</a> was created by {{n.creator|userdisplay}} {{n.timecreated|datehumanize}} and has {{n.memberships|length}} member{{n.memberships|pluralize}}. </div> </div> {% empty %} |