Merge pull request #881 from openclassify/vedat

fixed count problem
This commit is contained in:
Muammer Top 2020-12-25 12:42:23 +03:00 committed by GitHub
commit cdfe8b36ec
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -182,7 +182,7 @@
</div>
</div>
{% if count(custom_fields) %}
{% if custom_fields and count(custom_fields) %}
<h5 class="mt-5 pb-1 border-bottom">
{{ trans('visiosoft.module.advs::field.additional_fields') }}
</h5>