From: yomguy Date: Wed, 2 Jan 2013 23:55:11 +0000 (+0100) Subject: fix titles X-Git-Tag: 0.9-probarreau~175 X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=a504bb1b4ffc6de864215663d6cf48ae56af4d51;p=teleforma.git fix titles --- 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 %}