Add transaction list on year view
This commit is contained in:
parent
b4c7f88b3d
commit
e5cdf19fa3
1 changed files with 5 additions and 1 deletions
|
@ -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 %}
|
||||
|
|
Loading…
Reference in a new issue