Add creation links to statement and transaction list pages

This commit is contained in:
Edgar P. Burkhart 2024-01-04 17:04:37 +01:00
parent ca7cd790b5
commit e41b989862
Signed by: edpibu
GPG Key ID: 9833D3C5A25BD227
2 changed files with 2 additions and 0 deletions

View File

@ -7,5 +7,6 @@
{% translate "Statements" %}
{% endblock %}
{% block table %}
{% url "new_statement" as new_statement_url %}
{% include "statement/statement_table.html" %}
{% endblock %}

View File

@ -7,5 +7,6 @@
{% translate "Transactions" %}
{% endblock %}
{% block table %}
{% url "new_transaction" as new_transaction_url %}
{% include "transaction/transaction_table.html" %}
{% endblock %}