app/soc/templates/modules/ghop/task/approve/row.html
author Sverre Rabbelier <srabbelier@gmail.com>
Mon, 07 Sep 2009 20:02:35 +0200
changeset 2875 abb1e88f9853
parent 2827 58e2a02e35b4
child 3017 6689a4c8f02e
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/row.html" %}

{% block first %}
<td>
  <div class="approve" id="id_approve_{{ list.item.link_id }}">
  <input type="checkbox" id="id_approve_{{ list.item.key.name }}"
   name="{{ list.item.key.name }}"/>
  </div>
</td>
{% endblock %}