Add creation links to statement and transaction list pages
This commit is contained in:
parent
ca7cd790b5
commit
e41b989862
2 changed files with 2 additions and 0 deletions
|
@ -7,5 +7,6 @@
|
|||
{% translate "Statements" %}
|
||||
{% endblock %}
|
||||
{% block table %}
|
||||
{% url "new_statement" as new_statement_url %}
|
||||
{% include "statement/statement_table.html" %}
|
||||
{% endblock %}
|
||||
|
|
|
@ -7,5 +7,6 @@
|
|||
{% translate "Transactions" %}
|
||||
{% endblock %}
|
||||
{% block table %}
|
||||
{% url "new_transaction" as new_transaction_url %}
|
||||
{% include "transaction/transaction_table.html" %}
|
||||
{% endblock %}
|
||||
|
|
Loading…
Reference in a new issue