app/soc/templates/soc/templatetags/_as_table_row.html
changeset 861 f7b5838094d0
parent 849 c193ac0ef593
child 924 34f944dc4502
--- a/app/soc/templates/soc/templatetags/_as_table_row.html	Wed Jan 21 02:14:05 2009 +0000
+++ b/app/soc/templates/soc/templatetags/_as_table_row.html	Wed Jan 21 02:18:07 2009 +0000
@@ -14,8 +14,7 @@
 
 {% if errors %}
 <tr>
-  <td>&nbsp;</td>
-  <td class="formfielderror">
+  <td colspan="4" class="formfielderror">
   {% for error in errors %}
     <span class="formfielderrorlabel">{{ error }}</span> <br />
   {% endfor %}