Remove v1 references

This commit is contained in:
James Cole
2022-01-29 14:17:25 +01:00
parent cb8b49fd7a
commit 1d26c12771
11 changed files with 15 additions and 15 deletions

View File

@@ -4,7 +4,7 @@
{{ Breadcrumbs.render }}
{% endblock %}
{% block content %}
{% include 'v1.partials.boxes' %}
{% include 'partials.boxes' %}
<div class="row">
<div class="col-lg-8 col-md-12 col-sm-12">
{# ACCOUNTS #}
@@ -65,7 +65,7 @@
{% if data.transactions|length > 0 %}
<div class="box-body no-padding">
{% include 'v1.list.groups-tiny' with {'transactions': data.transactions,'account': data.account} %}
{% include 'list.groups-tiny' with {'transactions': data.transactions,'account': data.account} %}
</div>
{% else %}
<div class="box-body">