mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-11-03 04:41:41 +00:00
Better demo warning and budget indication.
This commit is contained in:
@@ -63,7 +63,7 @@
|
||||
</div>
|
||||
<div class="box-body">
|
||||
<!-- BUDGET ONLY WHEN CREATING A WITHDRAWAL -->
|
||||
{% if budgets|length > 0 %}
|
||||
{% if budgets|length > 1 %}
|
||||
{{ ExpandedForm.select('budget_id',budgets,0) }}
|
||||
{% else %}
|
||||
{{ ExpandedForm.select('budget_id',budgets,0, {helpText: trans('firefly.no_budget_pointer')}) }}
|
||||
|
||||
Reference in New Issue
Block a user