app/soc/templates/soc/templatetags/_as_table_row.html
changeset 1819 1e34fa8c5da0
parent 1369 0be1f471413c
child 2295 8566fb2b8012
--- a/app/soc/templates/soc/templatetags/_as_table_row.html	Thu Mar 12 23:04:14 2009 +0000
+++ b/app/soc/templates/soc/templatetags/_as_table_row.html	Thu Mar 12 23:04:53 2009 +0000
@@ -14,7 +14,10 @@
 
 {% if errors %}
 <tr>
-  <td colspan="4" class="formfielderror">
+  {% block error_td %}
+  <td>&nbsp;</td>
+  <td colspan="3" class="formfielderror">
+  {% endblock error_td %}
   {% for error in errors %}
     <span class="formfielderrorlabel">{{ error }}</span> <br />
   {% endfor %}