Fix history plot

Fix #31
This commit is contained in:
Edgar P. Burkhart 2025-01-03 14:55:16 +01:00
parent c14e075cad
commit 5b49836bad
Signed by: edpibu
GPG key ID: 9833D3C5A25BD227
4 changed files with 10 additions and 6 deletions

View file

@ -22,6 +22,6 @@
</section>
<section>
<h3>{% translate "History" %}</h3>
{% history_plot account.transactions %}
{% history_plot account.transactions account=account %}
</section>
{% endblock body %}