app/soc/templates/modules/ghop/task/approve/heading.html
changeset 2827 58e2a02e35b4
equal deleted inserted replaced
2826:211783aa20d5 2827:58e2a02e35b4
       
     1 {% extends "modules/ghop/task/list/heading.html" %}
       
     2 
       
     3 {% block first %}
       
     4 <th class="first" align="right" width="10">Select</th>
       
     5 <th>Title</th>
       
     6 {% endblock %}
       
     7