Use list view
This commit is contained in:
parent
69c55f0cce
commit
fbff835598
3 changed files with 10 additions and 7 deletions
|
@ -1,5 +1,6 @@
|
|||
<a href="{% url 'index' %}">Home</a>
|
||||
|
||||
<h1>{{ transaction }}</h1>
|
||||
<form action="{% url 'update_transaction' transaction.id %}" method="post">
|
||||
{% csrf_token %}
|
||||
{{ form }}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue