]> git.parisson.com Git - teleforma.git/commitdiff
add links
authorGuillaume Pellerin <yomguy@parisson.com>
Mon, 16 Dec 2013 22:52:15 +0000 (23:52 +0100)
committerGuillaume Pellerin <yomguy@parisson.com>
Mon, 16 Dec 2013 22:52:15 +0000 (23:52 +0100)
teleforma/templates/teleforma/inc/answer_list.html

index 95b8f8360dba5b55c3321649ac471b51692511b8..902e0703a7ea4e33ba3f44ff72379e3e21490c8e 100644 (file)
@@ -23,8 +23,8 @@
      <td><a href="{% url teleforma-profile-detail answer.user.username %}">{{ answer.user.last_name }}</a></td>
      <td><a href="{% url teleforma-profile-detail answer.user.username %}">{{ answer.user.first_name }}</a></td>
 
-     <td>{{ answer.question.seminar.title }}</td>
-     <td>{{ answer.date_submitted }}</td>
+     <td><a href="{% url teleforma-answer-detail answer.id %}">{{ answer.question.seminar.title }}</a></td>
+     <td><a href="{% url teleforma-answer-detail answer.id %}">{{ answer.date_submitted }}</a></td>
      <td><a href="{% url teleforma-answer-detail answer.id %}">{{ answer.answer|summary:120 }}</a></td>
      <td>{% if user.is_staff %}
         <a id="validate" href="#" class="{% if answer.validated %}component_icon button icon_ok{% else %}component_icon button icon_delete{% endif %}"