refactor: formatting

This commit is contained in:
Herculino Trotta
2024-09-27 17:52:15 -03:00
parent a0fb92f804
commit 977d81a8dc

View File

@@ -19,10 +19,12 @@
hx-vals='{"month": {{ month }}, "year": {{ year }}}' role="button"> hx-vals='{"month": {{ month }}, "year": {{ year }}}' role="button">
{{ month|month_name }} {{ year }} {{ month|month_name }} {{ year }}
</div> </div>
<div class="tw-text-base mx-2 h-100 align-items-center d-flex"><a role="button" href=" <div class="tw-text-base mx-2 h-100 align-items-center d-flex">
{% url 'transactions_overview' month=next_month year=next_year %}"><i <a role="button"
class="fa-solid href="{% url 'transactions_overview' month=next_month year=next_year %}">
fa-chevron-right"></i></a></div> <i class="fa-solid fa-chevron-right"></i>
</a>
</div>
</div> </div>
</div> </div>