app/soc/templates/modules/ghop/task/approve/heading.html
author Sverre Rabbelier <srabbelier@gmail.com>
Mon, 07 Sep 2009 20:02:35 +0200
changeset 2875 abb1e88f9853
parent 2827 58e2a02e35b4
permissions -rw-r--r--
Add a getHostname to system It is better to abstract how we retrieve the hostname than to access it directly (see also getAppVersion).

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

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