Make it easier to switch between v1/v2 layout.

This commit is contained in:
James Cole
2021-01-31 20:31:40 +01:00
parent 2dd2d0ef58
commit fdd9d81701
29 changed files with 41 additions and 42 deletions

View File

@@ -61,7 +61,7 @@
balance: formatAmountByAccount(account, auditData[account.id].dayBeforeBalance)
})|raw }}
</p>
{% include 'reports.partials.journals-audit' with {'journals': auditData[account.id].journals,'account':account} %}
{% include 'v1.reports.partials.journals-audit' with {'journals': auditData[account.id].journals,'account':account} %}
<p style="padding:10px;">

View File

@@ -140,7 +140,6 @@
</div>
</div>
</div>
{#{% include 'reports/partials/bills' %}#}
{% endblock %}
{% block styles %}
<link rel="stylesheet" href="v1/css/bootstrap-sortable.css?v={{ FF_VERSION }}" type="text/css" media="all"/>