From: yomguy Date: Mon, 18 Feb 2013 15:49:05 +0000 (+0100) Subject: fix testimonial X-Git-Tag: 0.9-probarreau~47 X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=732fb7efb3ccda9d40bd5d04064dbd4efce390ea;p=teleforma.git fix testimonial --- 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 %}