From 47acba8c680bfb56cf1f87ff2526a2abfa9611be Mon Sep 17 00:00:00 2001 From: yomguy Date: Thu, 21 Feb 2013 08:53:23 +0100 Subject: [PATCH] add rank --- teleforma/templates/teleforma/answer_form.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }} -- 2.39.5