From eaaa685da22be10c429bda1706add1e442a83640 Mon Sep 17 00:00:00 2001 From: Leif Johansson Date: Mon, 21 Feb 2011 22:03:08 +0100 Subject: remove broken twisted dependency --- templates/apps/userprofile/home.html | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'templates/apps/userprofile') diff --git a/templates/apps/userprofile/home.html b/templates/apps/userprofile/home.html index 34673db..d7f449d 100644 --- a/templates/apps/userprofile/home.html +++ b/templates/apps/userprofile/home.html @@ -1,4 +1,5 @@ {% extends "tree.html" %} +{% load datehumanize %} {% block widgets %} $("#gravatar").append($.gravatar($('#email').text())); $("#names").accordion({ @@ -19,7 +20,7 @@

{{m.name.shortname}}

- You have been a member of {{m.name.shortname}} since {{m.timecreated}} + You became a member of {{m.name.shortname}} {{m.timecreated|datehumanize}}
{% empty %} @@ -32,7 +33,7 @@

{{n.shortname}}

- You are allowed to {{p}} {{n.shortname}} + {{n.shortname}}
{% empty %} -- cgit v1.1