app/soc/templates/modules/ghop/task/approve/row.html
changeset 2827 58e2a02e35b4
child 3017 6689a4c8f02e
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/app/soc/templates/modules/ghop/task/approve/row.html	Fri Aug 28 13:14:16 2009 +0200
@@ -0,0 +1,11 @@
+{% 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 %}
+