app/soc/templates/modules/ghop/task/approve/heading.html
author Madhusudan.C.S <madhusudancs@gmail.com>
Fri, 28 Aug 2009 13:17:32 +0200
changeset 2830 5caf0d342696
parent 2827 58e2a02e35b4
permissions -rw-r--r--
Added templatetags for use in the GHOP module. Reviewed by: to-be-reviewed

{% extends "modules/ghop/task/list/heading.html" %}

{% block first %}
<th class="first" align="right" width="10">Select</th>
<th>Title</th>
{% endblock %}