Change _readonly_field_as_table_row <td> tag class names to match those used in _field_as_table_row. That should actually go into previous commit.
Patch by: Pawel Solyga
Review by: to-be-reviewed
--- a/app/soc/templates/soc/templatetags/_readonly_field_as_table_row.html Tue Sep 30 16:49:54 2008 +0000
+++ b/app/soc/templates/soc/templatetags/_readonly_field_as_table_row.html Tue Sep 30 16:53:30 2008 +0000
@@ -12,10 +12,10 @@
limitations under the License.
{% endcomment %}
<tr>
- <td class="fieldlabel">
+ <td class="formfieldlabel">
{{ field_label }}
</td>
- <td class="fieldvalue">
+ <td class="formfieldvalue">
{{ field_value }}
</td>
</tr>