improve report view

This commit is contained in:
2015-12-18 01:45:25 +01:00
parent ef718fe93a
commit b672074823
3 changed files with 13 additions and 6 deletions

View File

@@ -12,7 +12,7 @@
{% if custom_fields_in_summary|length > 0 %}
<div class="summary">
<hr/>
<dl>
<dl class="chill_report_view_data timeline">
{% for field in custom_fields_in_summary %}
{% if field.type == 'title' %}
{{ chill_custom_field_widget(report.cFData, field) }}