From: yomguy Date: Tue, 19 Mar 2013 21:18:08 +0000 (+0100) Subject: no hours on testimonial dates, no rank in testimonial title X-Git-Tag: 2.8.1-pro~491^2~7 X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=b85019e56ba255e3345c7380a9ce5407644bd955;p=teleforma.git no hours on testimonial dates, no rank in testimonial title --- 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' }}