# HG changeset patch # User Pawel Solyga # Date 1236185214 0 # Node ID 1a9820619d5fd224f2943896804204cbab461532 # Parent 9fdf1bf1e6a618087a119befde9eaa4cbbbc81f5 Fix indention in _readonly_field_as_twoline_table_row.html template. Patch by: Pawel Solyga Reviewed by: to-be-reviewed diff -r 9fdf1bf1e6a6 -r 1a9820619d5f 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 %} - {{ field_label }}: + {{ field_label }}: {% block field_value_column %} - {{ field_value }} - {% endblock %} + {{ field_value }} + {% endblock %} {% endif %}