app/soc/templates/soc/templatetags/_readonly_multiline_field_as_table_row.html
changeset 1329 c0af9fa2f83d
parent 728 602c2b2f4d8b
--- a/app/soc/templates/soc/templatetags/_readonly_multiline_field_as_table_row.html	Sat Feb 14 21:18:12 2009 +0000
+++ b/app/soc/templates/soc/templatetags/_readonly_multiline_field_as_table_row.html	Sat Feb 14 21:31:33 2009 +0000
@@ -11,6 +11,8 @@
 See the License for the specific language governing permissions and
 limitations under the License.
 {% endcomment %}
+
+{% if field_value %}
 <tr title="{{ field.help_text }}">
  <td class="formfieldlabel">
 	{{ field_label }}:
@@ -19,3 +21,4 @@
 	{{ field_value|linebreaks }}
  </td>
 </tr>
+{% endif %}