Add delete button to transaction form
This commit is contained in:
parent
df0882bd88
commit
83aefe1f84
3 changed files with 9 additions and 0 deletions
|
@ -18,6 +18,7 @@
|
|||
{{ field }}
|
||||
{% endfor %}
|
||||
<div class="buttons">
|
||||
<a href="{% url 'del_transaction' transaction.id %}"><input type="button" value="Delete" /></a>
|
||||
<input type="reset" />
|
||||
<input type="submit" value="Save Transaction" />
|
||||
</div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue