From: Guillaume Pellerin Date: Mon, 16 Dec 2013 22:24:34 +0000 (+0100) Subject: add chars info X-Git-Tag: 2.8.1-pro~448 X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=89190a8800a68778f3db7fc9447c02866b25c303;p=teleforma.git add chars info --- diff --git a/teleforma/templates/teleforma/answer_detail.html b/teleforma/templates/teleforma/answer_detail.html index c8037611..091226db 100644 --- a/teleforma/templates/teleforma/answer_detail.html +++ b/teleforma/templates/teleforma/answer_detail.html @@ -33,7 +33,7 @@ $('#reject').unbind('click').click(function() {
-

{{ answer.question|safe }}

+

{{ answer.question|safe }} ({{ answer.question.min_nchars }} {% trans "characters"})

{{ answer.question.question|safe }} @@ -44,7 +44,7 @@ $('#reject').unbind('click').click(function() {
-

{% trans "Answer" %}{% if answer.question.rank %} n° {{ answer.question.rank }}{% endif %}

+

{% trans "Answer" %}{% if answer.question.rank %} n° {{ answer.question.rank }}{% endif %} ({{ answer.answer|length }} {% trans "characters"})

{{ answer.answer|safe }}