This commit is contained in:
James Cole
2019-09-06 06:02:22 +02:00
parent 5d192ad4c2
commit a29e78ed44
2 changed files with 6 additions and 5 deletions

View File

@@ -197,7 +197,7 @@
{% endif %}
</div>
{% endif %}
{% if budgets.count == 0 and inactive.count == 0 %}
{% if budgets|length == 0 and inactive.count == 0 %}
{% include 'partials.empty' with {objectType: 'default', type: 'budgets',route: route('budgets.create')} %}
{# make FF ignore demo for now. #}
{% set shownDemo = true %}