From 9ec795f1d6c48aefe5c95152af67cc7892c04005 Mon Sep 17 00:00:00 2001 From: yomguy Date: Thu, 17 Jan 2013 15:52:53 +0100 Subject: [PATCH] fix testimonial --- .../templates/teleforma/seminar_testimonial.html | 16 +++++----------- 1 file changed, 5 insertions(+), 11 deletions(-) diff --git a/teleforma/templates/teleforma/seminar_testimonial.html b/teleforma/templates/teleforma/seminar_testimonial.html index 4de9b32f..9752c77d 100644 --- a/teleforma/templates/teleforma/seminar_testimonial.html +++ b/teleforma/templates/teleforma/seminar_testimonial.html @@ -10,7 +10,7 @@ -{%block head_title %}{% description %} - TeleForma{% endblock %} +{%block head_title %}{% description %} - {% trans "Testimonial" %}{% endblock %} {% block stylesheets %} @@ -25,9 +25,8 @@
- + > {% trans "Training testimonial" %} +
@@ -35,14 +34,13 @@ {% trans "Last name" %} : {{ user.last_name|upper }} {% trans "First name" %} : {{ user.first_name|upper }} {% trans "Address" %} : {{ user.auditor.all.0.address }} {{ user.auditor.all.0.postal_code }} {{ user.auditor.all.0.city }} - {% trans "Duration" %} : {{ seminar.duration }} - {% trans "Sujet" %} : {{ seminar.sub_title }} {% if seminar.rank %} n°{{seminar.rank}}{% endif %} + {% trans "Sujet" %} : {{ seminar.title }} {% if seminar.rank %} n°{{seminar.rank}}{% endif %} {% trans "Course" %} : {{ seminar.course }} {% trans "Training type" %} : E-learning - {% if seminar.keywords.all %}{% trans "keywords" %}{% for kw in seminar.keywords.all %}{{ kw }}, {% endfor %}{% endif %} {% if seminar.description %} {% trans "Description" %} :
{{ seminar.description|safe }}
{% endif %} + {% trans "Duration" %} : {{ seminar.duration|fancy_duration }} {% trans "Training begin date" %} : {{ user.date_joined }} {% trans "Training end date" %} : {{ user.last_login }} @@ -56,11 +54,8 @@ -
- - {% block footer %} {% endblock layout %} - -- 2.39.5