Skip to content

Commit

Permalink
Merge pull request #1457 from ezsystems/fix-pr-1452-merge-up
Browse files Browse the repository at this point in the history
EZP-31805: Fixed #1452 merge up
  • Loading branch information
ViniTou authored Aug 25, 2020
2 parents e22bc12 + 92bf479 commit 1dbedd6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
{% if ez_field_is_empty(content, field_definition.identifier) and field_definition.fieldTypeIdentifier is not same as('ezboolean') %}
<em>{{ 'fieldview.field.empty'|trans({}, 'fieldview')|desc('This field is empty') }}</em>
{% else %}
{{ ez_render_field(content, fieldDefinition.identifier) }}
{{ ez_render_field(content, field_definition.identifier) }}
{% endif %}
</div>
</div>
Expand Down

0 comments on commit 1dbedd6

Please # to comment.