From: yomguy Date: Thu, 21 Feb 2013 07:53:23 +0000 (+0100) Subject: add rank X-Git-Tag: 2.8.1-pro~491^2~20 X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=47acba8c680bfb56cf1f87ff2526a2abfa9611be;p=teleforma.git add rank --- diff --git a/teleforma/templates/teleforma/answer_form.html b/teleforma/templates/teleforma/answer_form.html index 86ce17aa..8419b666 100644 --- a/teleforma/templates/teleforma/answer_form.html +++ b/teleforma/templates/teleforma/answer_form.html @@ -77,7 +77,7 @@ $(document).ready(function(){
-

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

+

{% trans "Step" %} 4 : {% trans "answer to this question" %}{% if question.rank %} n°{{ question.rank }}{% endif %} ({{question.min_nchar}} {% trans "characters" %} {% trans "minimum" %})

{{ question.question|safe }}