Skip to content

Commit

Permalink
KUNST-71: Fixed check for form field
Browse files Browse the repository at this point in the history
  • Loading branch information
rimi-itk committed Aug 4, 2023
1 parent af7070f commit c913469
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/admin/item/_form.html.twig
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@
<div class="col-8 col-md-4">
{{ form_row(form.city) }}
</div>
{% if form.locationDate|default(false) %}
{% if form.locationDate is defined %}
<div class="col-md-12">
{{ form_row(form.locationDate) }}
</div>
Expand Down

0 comments on commit c913469

Please sign in to comment.