<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 %}"