app/soc/templates/soc/survey/list/records_heading.html
author James Levy <jamesalexanderlevy@gmail.com>
Tue, 04 Aug 2009 16:46:47 +0200
changeset 2724 8df4563fb2eb
child 2726 0d9e4b0a9d3c
permissions -rw-r--r--
Added templates for listing SurveyRecords. In the process results_heading and results_row got renamed to records_heading and records_row. Reviewed by: Lennard de Rijk

<tr align="left">
  <th>Taken By</th>
  <th>Taken On</th>
  <th>Preview: {{ first_question|truncatewords:7 }}</th>
</tr>