From 7f005eb7835addc59ace10fec614410fb530f794 Mon Sep 17 00:00:00 2001 From: Herculino Trotta Date: Thu, 26 Sep 2024 21:37:15 -0300 Subject: [PATCH] feat: add transfer form --- app/templates/transactions/overview.html | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) diff --git a/app/templates/transactions/overview.html b/app/templates/transactions/overview.html index 1d5366f..dc35b77 100644 --- a/app/templates/transactions/overview.html +++ b/app/templates/transactions/overview.html @@ -34,7 +34,8 @@ hx-get="{% url 'transaction_add' %}" hx-target="#generic-offcanvas" hx-vals='{"year": {{ year }}, "month": {{ month }}, "type": "IN"}'> - {% translate "Income" %} + + {% translate "Income" %}
@@ -42,7 +43,17 @@ hx-get="{% url 'transaction_add' %}" hx-target="#generic-offcanvas" hx-vals='{"year": {{ year }}, "month": {{ month }}, "type": "EX"}'> - {% translate "Expense" %} + + {% translate "Expense" %} + +
+
+