Update theme

This commit is contained in:
Edgar P. Burkhart 2022-05-22 17:55:01 +02:00
parent e37e0c2183
commit 30ccc7b6eb
Signed by: edpibu
GPG key ID: 9833D3C5A25BD227
4 changed files with 60 additions and 18 deletions

View file

@ -18,7 +18,7 @@
{{ field }}
{% endfor %}
<div class="buttons">
<a href="{% url 'del_transaction' transaction.id %}"><input type="button" value="Delete" /></a>
<a href="{% url 'del_transaction' transaction.id %}"><input type="button" value="Delete" class="del" /></a>
<input type="reset" />
<input type="submit" value="Save Transaction" />
</div>