mirror of
https://github.com/eitchtee/WYGIWYH.git
synced 2026-04-24 09:38:35 +02:00
feat: send month and year when loading transfer
This commit is contained in:
@@ -51,7 +51,7 @@
|
|||||||
<button class="btn btn-sm btn-outline-info w-100"
|
<button class="btn btn-sm btn-outline-info w-100"
|
||||||
hx-get="{% url 'transactions_transfer' %}"
|
hx-get="{% url 'transactions_transfer' %}"
|
||||||
hx-target="#generic-offcanvas"
|
hx-target="#generic-offcanvas"
|
||||||
hx-vals='{"year": {{ year }}, "month": {{ month }}, "type": "EX"}'>
|
hx-vals='{"year": {{ year }}, "month": {{ month }}}'>
|
||||||
<i class="fa-solid fa-money-bill-transfer me-3"></i>
|
<i class="fa-solid fa-money-bill-transfer me-3"></i>
|
||||||
{% translate "Transfer" %}
|
{% translate "Transfer" %}
|
||||||
</button>
|
</button>
|
||||||
|
|||||||
Reference in New Issue
Block a user