From 9fa2f115aa26c22ab6a283f26a763d4519b1cc70 Mon Sep 17 00:00:00 2001 From: Guillaume Pellerin Date: Mon, 16 Dec 2013 23:49:55 +0100 Subject: [PATCH] fix style --- teleforma/templates/teleforma/answer_detail.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 }}
-- 2.39.5