Better demo warning and budget indication.

This commit is contained in:
James Cole
2016-04-29 11:34:48 +02:00
parent baff9780de
commit 8bcc319b7d
3 changed files with 5 additions and 6 deletions

View File

@@ -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')}) }}