Fix indention in _readonly_field_as_twoline_table_row.html template.
authorPawel Solyga <Pawel.Solyga@gmail.com>
Wed, 04 Mar 2009 16:46:54 +0000
changeset 1618 1a9820619d5f
parent 1617 9fdf1bf1e6a6
child 1619 66f944747562
Fix indention in _readonly_field_as_twoline_table_row.html template. Patch by: Pawel Solyga Reviewed by: to-be-reviewed
app/soc/templates/soc/templatetags/_readonly_field_as_twoline_table_row.html
--- a/app/soc/templates/soc/templatetags/_readonly_field_as_twoline_table_row.html	Wed Mar 04 16:45:03 2009 +0000
+++ b/app/soc/templates/soc/templatetags/_readonly_field_as_twoline_table_row.html	Wed Mar 04 16:46:54 2009 +0000
@@ -15,14 +15,14 @@
 {% if field_value %}
  <tr>
  <td class="twolineformfieldlabel">
-	{{ field_label }}:
+     {{ field_label }}:
  </td>
  </tr>
 <tr title="{{ field.help_text }}">
  <td class="formfieldvalue">
   {% block field_value_column %}
-	{{ field_value }}
-	{% endblock %}
+    {{ field_value }}
+  {% endblock %}
  </td>
 </tr>
 {% endif %}