]> git.parisson.com Git - teleforma.git/commitdiff
add title to answer
authorGuillaume Pellerin <yomguy@parisson.com>
Mon, 16 Dec 2013 22:04:51 +0000 (23:04 +0100)
committerGuillaume Pellerin <yomguy@parisson.com>
Mon, 16 Dec 2013 22:04:51 +0000 (23:04 +0100)
teleforma/templates/teleforma/answer_detail.html

index 4f30e4403e1287e2bf8e491602dac243d102f670..d1f037f7a58c0672a4cf623c7069a6fb3b36df5f 100644 (file)
@@ -29,6 +29,8 @@ $('#reject').unbind('click').click(function() {
 
 {% block course_content %}
 
+<div class="course_title">{% trans "Answer" %} {% trans "of" %} {{ answer.user.first_name }} {{ answer.user.last_name }} {% trans "on" %} {{ answer.date_submitted }}</div>
+
 <div class="course_content">
   <div class="course_subtitle">
    <h3><img src="{{ STATIC_URL }}telemeta/images/item_title.png" width="10px" alt="" /> {{ answer.question|safe }}</h3>