app/soc/templates/modules/ghop/task/list/heading.html
changeset 2827 58e2a02e35b4
child 3017 6689a4c8f02e
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/app/soc/templates/modules/ghop/task/list/heading.html	Fri Aug 28 13:14:16 2009 +0200
@@ -0,0 +1,11 @@
+<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>
+