We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 963e53f commit a949076Copy full SHA for a949076
1 file changed
ckanext/datavic_odp_theme/templates/scheming/package/resource_read.html
@@ -101,7 +101,8 @@ <h2>{{ _('Data Dictionary') }}</h2>
101
or not res.filesize or res.filesize == "0" %}
102
{% else %}
103
{%- if field.field_name not in exclude_fields
104
- and field.display_snippet is not none -%}
+ and field.display_snippet is not none
105
+ and res[field.field_name] -%}
106
<tr>
107
<th scope="row">
108
{{- h.scheming_language_text(field.label) -}}
0 commit comments