Use list view

This commit is contained in:
Edgar P. Burkhart 2022-05-19 21:47:02 +02:00
parent 69c55f0cce
commit fbff835598
Signed by: edpibu
GPG key ID: 9833D3C5A25BD227
3 changed files with 10 additions and 7 deletions

View file

@ -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 }}