Make the heading line up with the input fields
authorSverre Rabbelier <srabbelier@gmail.com>
Thu, 19 Feb 2009 23:27:20 +0000
changeset 1409 6a7350c320f2
parent 1408 2d91128c3685
child 1410 20580c5272e4
Make the heading line up with the input fields Patch by: Sverre Rabbelier
app/soc/templates/soc/templatetags/_as_table.html
--- a/app/soc/templates/soc/templatetags/_as_table.html	Thu Feb 19 23:26:54 2009 +0000
+++ b/app/soc/templates/soc/templatetags/_as_table.html	Thu Feb 19 23:27:20 2009 +0000
@@ -29,7 +29,7 @@
 {% for group_name, fields in groups %}
   <tr><td>&nbsp;</td></tr>
   {% if group_name %}
-  <tr><td class="grouptitle">{{ group_name }}</td></tr>
+  <tr><td>&nbsp;</td><td class="grouptitle">{{ group_name }}</td></tr>
   {% endif %}
   {% for item in fields %}
     {% block grouped_fields_loop %}