From: Guillaume Pellerin Date: Mon, 16 Dec 2013 22:49:55 +0000 (+0100) Subject: fix style X-Git-Tag: 2.8.1-pro~439 X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=9fa2f115aa26c22ab6a283f26a763d4519b1cc70;p=teleforma.git fix style --- diff --git a/teleforma/templates/teleforma/answer_detail.html b/teleforma/templates/teleforma/answer_detail.html index c944ad74..db0244a9 100644 --- a/teleforma/templates/teleforma/answer_detail.html +++ b/teleforma/templates/teleforma/answer_detail.html @@ -35,7 +35,7 @@ $('#reject').unbind('click').click(function() {

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

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

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

-
+
{{ answer.answer|safe }}