app/soc/templates/modules/ghop/task/list/heading.html
changeset 3017 6689a4c8f02e
parent 2827 58e2a02e35b4
equal deleted inserted replaced
3016:63625e7e0cac 3017:6689a4c8f02e
     1 <tr align="left">
     1 <tr align="left">
     2   {% block first %}
     2 {% block first %}
     3   <th class="first" align="right">Title</th>
     3   <th class="first" align="right">Title</th>
     4   {% endblock %}
     4 {% endblock first %}
     5   <th>Difficulty</th>
     5   <th>Difficulty</th>
     6   <th>Type</th>
     6   <th>Type</th>
     7   <th>Time To Complete</th>
     7   <th>Time To Complete</th>
     8   <th>Status</th>
     8   <th>Status</th>
     9   <th>Mentors</th>
     9   <th>Mentors</th>