From a504bb1b4ffc6de864215663d6cf48ae56af4d51 Mon Sep 17 00:00:00 2001 From: yomguy Date: Thu, 3 Jan 2013 00:55:11 +0100 Subject: [PATCH] fix titles --- teleforma/templates/teleforma/answer_form.html | 2 +- teleforma/templates/teleforma/evaluation_form.html | 10 +++++++++- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/teleforma/templates/teleforma/answer_form.html b/teleforma/templates/teleforma/answer_form.html index 446caccb..45438d79 100644 --- a/teleforma/templates/teleforma/answer_form.html +++ b/teleforma/templates/teleforma/answer_form.html @@ -43,7 +43,7 @@ $(document).ready(function(){
-

{% trans "Answer to the following question" %} ({{question.min_nchar}} {% trans "characters" %} {% trans "minimum" %})

+

{% trans "Step" %} 4 : {% trans "answer to this question" %} ({{question.min_nchar}} {% trans "characters" %} {% trans "minimum" %})

{{ question.question|safe }} diff --git a/teleforma/templates/teleforma/evaluation_form.html b/teleforma/templates/teleforma/evaluation_form.html index f13c7615..149a0927 100644 --- a/teleforma/templates/teleforma/evaluation_form.html +++ b/teleforma/templates/teleforma/evaluation_form.html @@ -7,7 +7,7 @@
-

{% trans "Step 6 : evaluate the seminar" %}

+

{% trans "Step" %} 6 : {% trans "evaluate the seminar" %}

{% render_built_form form %} @@ -17,3 +17,11 @@ {% endblock course_content %} +{% block index %} +
+

status {% trans "Steps" %}

+
+ {% include "teleforma/inc/steps.html" %} +
+
+{% endblock index %} -- 2.39.5