From 6c1b940f4844ac1ac368db831f9ef97952207dc3 Mon Sep 17 00:00:00 2001 From: yomguy Date: Thu, 17 Jan 2013 16:16:05 +0100 Subject: [PATCH] fix duration --- teleforma/templates/teleforma/seminar_testimonial.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/teleforma/templates/teleforma/seminar_testimonial.html b/teleforma/templates/teleforma/seminar_testimonial.html index 9752c77d..b6d30ece 100644 --- a/teleforma/templates/teleforma/seminar_testimonial.html +++ b/teleforma/templates/teleforma/seminar_testimonial.html @@ -40,7 +40,7 @@ {% if seminar.description %} {% trans "Description" %} :
{{ seminar.description|safe }}
{% endif %} - {% trans "Duration" %} : {{ seminar.duration|fancy_duration }} + {% trans "Duration" %} : {{ seminar.duration|hours }} {% trans "hours" %} {% trans "Training begin date" %} : {{ user.date_joined }} {% trans "Training end date" %} : {{ user.last_login }} -- 2.39.5