From: Guillaume Pellerin Date: Mon, 16 Dec 2013 22:04:51 +0000 (+0100) Subject: add title to answer X-Git-Tag: 2.8.1-pro~456 X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=e3ef63be6e2a8c13c7619af22bd86e84e63aee77;p=teleforma.git add title to answer --- diff --git a/teleforma/templates/teleforma/answer_detail.html b/teleforma/templates/teleforma/answer_detail.html index 4f30e440..d1f037f7 100644 --- a/teleforma/templates/teleforma/answer_detail.html +++ b/teleforma/templates/teleforma/answer_detail.html @@ -29,6 +29,8 @@ $('#reject').unbind('click').click(function() { {% block course_content %} +
{% trans "Answer" %} {% trans "of" %} {{ answer.user.first_name }} {{ answer.user.last_name }} {% trans "on" %} {{ answer.date_submitted }}
+

{{ answer.question|safe }}