From 732fb7efb3ccda9d40bd5d04064dbd4efce390ea Mon Sep 17 00:00:00 2001 From: yomguy Date: Mon, 18 Feb 2013 16:49:05 +0100 Subject: [PATCH] fix testimonial --- teleforma/templates/teleforma/seminar_testimonial.html | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/teleforma/templates/teleforma/seminar_testimonial.html b/teleforma/templates/teleforma/seminar_testimonial.html index b6d30ece..97f0515e 100644 --- a/teleforma/templates/teleforma/seminar_testimonial.html +++ b/teleforma/templates/teleforma/seminar_testimonial.html @@ -29,7 +29,7 @@
- + @@ -37,9 +37,6 @@ - {% if seminar.description %} - - {% endif %} @@ -53,7 +50,7 @@ Pro-Barreau signature
{% trans "Last name" %} : {{ user.last_name|upper }}
{% trans "First name" %} : {{ user.first_name|upper }}
{% trans "Sujet" %} : {{ seminar.title }} {% if seminar.rank %} n°{{seminar.rank}}{% endif %}
{% trans "Course" %} : {{ seminar.course }}
{% trans "Training type" %} : E-learning
{% trans "Description" %} :
{{ seminar.description|safe }}
{% trans "Duration" %} : {{ seminar.duration|hours }} {% trans "hours" %}
{% trans "Training begin date" %} : {{ user.date_joined }}
{% trans "Training end date" %} : {{ user.last_login }}
- +
{% block footer %} -- 2.39.5