app/soc/templates/modules/ghop/task/list/heading.html
author Lennard de Rijk <ljvderijk@gmail.com>
Sun, 04 Oct 2009 15:07:29 +0200
changeset 3004 8485ae85de54
parent 2827 58e2a02e35b4
child 3017 6689a4c8f02e
permissions -rw-r--r--
Also pass along the args when running an update.

<tr align="left">
  {% block first %}
  <th class="first" align="right">Title</th>
  {% endblock %}
  <th>Difficulty</th>
  <th>Type</th>
  <th>Time To Complete</th>
  <th>Status</th>
  <th>Mentors</th>
</tr>