app/soc/templates/modules/ghop/task/search/heading.html
author Daniel Hans <Daniel.M.Hans@gmail.com>
Sun, 27 Sep 2009 23:31:39 +0200
changeset 2982 eeee8c854438
parent 2827 58e2a02e35b4
permissions -rw-r--r--
Add task and iterative_task decorator Also add getBatchOfData method to the base logic and tasks logic module. Reviewed-by: Sverre Rabbelier

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