app/soc/templates/modules/ghop/task/search/heading.html
changeset 2827 58e2a02e35b4
equal deleted inserted replaced
2826:211783aa20d5 2827:58e2a02e35b4
       
     1 <tr align="left">
       
     2   {% block first %}
       
     3   <th class="first" align="right">Title</th>
       
     4   {% endblock %}
       
     5   <th>Organization</th>
       
     6   <th>Difficulty</th>
       
     7   <th>Time To Complete</th>
       
     8   <th>Status</th>
       
     9   <th>Type Tags</th>
       
    10 </tr>
       
    11