Rename soc/request/list/row.html template column class "to" to "for" since the name changed in header template.
authorPawel Solyga <Pawel.Solyga@gmail.com>
Sat, 24 Jan 2009 10:59:28 +0000
changeset 947 67b41a13587a
parent 946 db4134853d64
child 948 bd956f419ad9
Rename soc/request/list/row.html template column class "to" to "for" since the name changed in header template. Patch by: Pawel Solyga Review by: to-be-reviewed
app/soc/templates/soc/request/list/row.html
--- a/app/soc/templates/soc/request/list/row.html	Sat Jan 24 10:57:53 2009 +0000
+++ b/app/soc/templates/soc/request/list/row.html	Sat Jan 24 10:59:28 2009 +0000
@@ -5,6 +5,6 @@
      </div>
   </td>
   <td><div class="role">{{ list.item.role_verbose }}</div></td>
-  <td><div class="to">{{ list.item.scope_path }}</div></td>
+  <td><div class="for">{{ list.item.scope_path }}</div></td>
   <td><div class="state">{{ list.item.state }}</div></td>
 </tr>