From decf6dbcef0ef06b47b645020eb4ec3007eee615 Mon Sep 17 00:00:00 2001 From: Leif Johansson Date: Tue, 14 Jun 2011 17:48:46 +0200 Subject: fix url render bug --- templates/apps/userprofile/home.html | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/templates/apps/userprofile/home.html b/templates/apps/userprofile/home.html index 3ac26b6..7c875f3 100644 --- a/templates/apps/userprofile/home.html +++ b/templates/apps/userprofile/home.html @@ -40,7 +40,6 @@ {% endif %} - {% empty %} @@ -55,7 +54,7 @@

{{n.shortname}}

- {{n.shortname}} was created by {{n.creator|userdisplay}} {{n.timecreated|datehumanize}} and has {{n.memberships|length}} member{{n.memberships|pluralize}}. + {{n.shortname}} was created by {{n.creator|userdisplay}} {{n.timecreated|datehumanize}} and has {{n.memberships|length}} member{{n.memberships|pluralize}}.
{% empty %} -- cgit v1.1