refactor: remove empty class

This commit is contained in:
Herculino Trotta
2024-09-26 12:43:48 -03:00
parent f043536988
commit 8fb80c1ac2

View File

@@ -1,4 +1,4 @@
<div class="">
<div>
{% for trans in transactions %}
{% include 'transactions/fragments/item.html' with transaction=trans %}
{% endfor %}