app/soc/templates/soc/grading_record/list/heading.html
author Lennard de Rijk <ljvderijk@gmail.com>
Mon, 13 Jul 2009 01:07:03 +0200
changeset 2621 4fef5b98c67b
parent 2611 0fe19187a3bb
child 2633 c0343d4e2b0b
permissions -rw-r--r--
Changed GradingRecord list templates to show more info. They now show wether or not a Mentor/Student eval has been found.

<tr align="left">
  <th class="first" align="right">Project Name</th>
  <th>Student</th>
  <th>Organization</th>
  <th>Mentor</th>
  <th>Grade</th>
  <th>Mentor Eval</th>
  <th>Student Eval</th>
  <th>Locked</th>
  <th>Last Modified</th>
</tr>