From b85019e56ba255e3345c7380a9ce5407644bd955 Mon Sep 17 00:00:00 2001 From: yomguy Date: Tue, 19 Mar 2013 22:18:08 +0100 Subject: [PATCH] no hours on testimonial dates, no rank in testimonial title --- teleforma/templates/teleforma/inc/testimonial_list.html | 6 +++--- teleforma/templates/teleforma/seminar_testimonial.html | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/teleforma/templates/teleforma/inc/testimonial_list.html b/teleforma/templates/teleforma/inc/testimonial_list.html index 1efa0084..97f078f2 100644 --- a/teleforma/templates/teleforma/inc/testimonial_list.html +++ b/teleforma/templates/teleforma/inc/testimonial_list.html @@ -2,12 +2,12 @@ {% load i18n %} - + - + - +
{% trans "Testimonial" %} : {{ seminar.title }}{% if seminar.rank %} n°{{seminar.rank}}{% endif %} {% trans "Testimonial" %} : {{ seminar.title }}
diff --git a/teleforma/templates/teleforma/seminar_testimonial.html b/teleforma/templates/teleforma/seminar_testimonial.html index b1d4aa95..4e1d7cf7 100644 --- a/teleforma/templates/teleforma/seminar_testimonial.html +++ b/teleforma/templates/teleforma/seminar_testimonial.html @@ -38,8 +38,8 @@ {% trans "Course" %} : {{ seminar.course }} {% trans "Training type" %} : E-learning {% trans "Duration" %} : {{ seminar.duration|hours }} {% trans "hours" %} - {% trans "Training begin date" %} : {{ user.date_joined }} - {% trans "Training end date" %} : {{ user.last_login }} + {% trans "Training begin date" %} : {{ user.date_joined|date:'j F Y' }} + {% trans "Training end date" %} : {{ user.last_login|date:'j F Y' }} -- 2.39.5