app/soc/templates/modules/ghop/task/list/heading.html
author Madhusudan.C.S <madhusudancs@gmail.com>
Fri, 28 Aug 2009 13:17:32 +0200
changeset 2830 5caf0d342696
parent 2827 58e2a02e35b4
child 3017 6689a4c8f02e
permissions -rw-r--r--
Added templatetags for use in the GHOP module. Reviewed by: to-be-reviewed

<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>