From: Guillaume Pellerin Date: Mon, 16 Dec 2013 22:53:35 +0000 (+0100) Subject: fix chars X-Git-Tag: 2.8.1-pro~437 X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=667de4ba7aa9b643721ad70bc7a1de1b67297539;p=teleforma.git fix chars --- diff --git a/teleforma/templates/teleforma/answer_detail.html b/teleforma/templates/teleforma/answer_detail.html index db0244a9..865bf89d 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.min_nchar }} {% trans "characters" %})

+

{{ answer.question|safe }}

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

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

+

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

{{ answer.answer|safe }}