app/soc/templates/soc/templatetags/_as_table_row.html
changeset 785 c740d0129cce
parent 741 2dc2c65c5f76
child 849 c193ac0ef593
--- a/app/soc/templates/soc/templatetags/_as_table_row.html	Thu Jan 08 20:27:21 2009 +0000
+++ b/app/soc/templates/soc/templatetags/_as_table_row.html	Thu Jan 08 21:23:15 2009 +0000
@@ -23,10 +23,14 @@
 </tr>
 {% endif %}
 
+{% block label_row %}{% endblock %}
+
 <tr title="{{ help_text }}">
+  {% block label_column %}
   <td class="{{ field_class_type }}">
     {{ label }}
   </td>
+  {% endblock %}
   <td>
     {{ field }}