app/soc/templates/modules/ghop/task/search/heading.html
author Madhusudan.C.S <madhusudancs@gmail.com>
Fri, 28 Aug 2009 13:14:16 +0200
changeset 2827 58e2a02e35b4
permissions -rw-r--r--
Bulk add templates regarding Task Views. Reviewed by: to-be-reviewed

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