From e3ef63be6e2a8c13c7619af22bd86e84e63aee77 Mon Sep 17 00:00:00 2001 From: Guillaume Pellerin Date: Mon, 16 Dec 2013 23:04:51 +0100 Subject: [PATCH] add title to answer --- teleforma/templates/teleforma/answer_detail.html | 2 ++ 1 file changed, 2 insertions(+) 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 }}

-- 2.39.5