app/soc/templates/modules/ghop/task/list/heading.html
author Mario Ferraro <fadinlight@gmail.com>
Sun, 25 Oct 2009 19:11:51 +0000
changeset 3040 8f9580309846
parent 3017 6689a4c8f02e
permissions -rw-r--r--
Integration of general Melange JS utilities in base template.

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