aboutsummaryrefslogtreecommitdiff
path: root/budget/templates
diff options
context:
space:
mode:
Diffstat (limited to 'budget/templates')
-rw-r--r--budget/templates/list_bills.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/budget/templates/list_bills.html b/budget/templates/list_bills.html
index 74923e2..b6fd991 100644
--- a/budget/templates/list_bills.html
+++ b/budget/templates/list_bills.html
@@ -165,7 +165,7 @@
<img src="{{ url_for("static", filename="pen.png") }}" />
</a>
<a class="delete" href="{{ url_for(".delete_bill", bill_id=bill.id) }}" title="{{ _("delete") }}">
- <img src="{{ url_for("static", filename="scissors.png") }}" />
+ <img src="{{ url_for("static", filename="delete.png") }}" />
</a>
</td>
</tr>