mirror of
https://github.com/eitchtee/WYGIWYH.git
synced 2026-04-25 01:58:54 +02:00
refactor: formatting
This commit is contained in:
@@ -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>
|
||||||
|
|||||||
Reference in New Issue
Block a user