Add transaction list on year view

This commit is contained in:
Edgar P. Burkhart 2024-01-02 15:42:51 +01:00
parent b4c7f88b3d
commit e5cdf19fa3
Signed by: edpibu
GPG Key ID: 9833D3C5A25BD227
1 changed files with 5 additions and 1 deletions

View File

@ -1,4 +1,4 @@
{% extends "main/list.html" %}
{% extends "transaction/transaction_list.html" %}
{% load i18n main_extras static category %}
{% block link %}
{{ block.super }}
@ -19,4 +19,8 @@
{% category_plot transactions year=year %}
</section>
{% endif %}
<section>
<h3>{% translate "Transactions" %}</h3>
{{ block.super }}
</section>
{% endblock %}