aboutsummaryrefslogtreecommitdiff
path: root/templates/payment/update.html
diff options
context:
space:
mode:
authorJoris2021-10-10 19:27:22 +0200
committerJoris2021-10-10 21:21:34 +0200
commit6e695bf7a0253b4f6d1db78fa4310616d8a1357f (patch)
treea5b9f30b74a6914336993f93504df3b42fccb933 /templates/payment/update.html
parent8ccd762bfc3d7da2716749d709cf5cc216882a23 (diff)
downloadbudget-6e695bf7a0253b4f6d1db78fa4310616d8a1357f.tar.gz
budget-6e695bf7a0253b4f6d1db78fa4310616d8a1357f.tar.bz2
budget-6e695bf7a0253b4f6d1db78fa4310616d8a1357f.zip
Search by name, cost and user
Diffstat (limited to 'templates/payment/update.html')
-rw-r--r--templates/payment/update.html9
1 files changed, 6 insertions, 3 deletions
diff --git a/templates/payment/update.html b/templates/payment/update.html
index 4e244f4..002117e 100644
--- a/templates/payment/update.html
+++ b/templates/payment/update.html
@@ -12,7 +12,8 @@
class="g-Link g-Media__Large"
href="/{{ payments_params(
page=query.page,
- search=query.search,
+ name=query.name,
+ cost=query.cost,
frequency=query.frequency
) }}"
>
@@ -34,7 +35,8 @@
class="g-Form"
action="/payment/{{ payment.id }}/update{{ payments_params(
page=query.page,
- search=query.search,
+ name=query.name,
+ cost=query.cost,
frequency=query.frequency,
highlight=query.highlight
) }}"
@@ -126,7 +128,8 @@
class="g-Form"
action="/payment/{{ payment.id }}/delete{{ payments_params(
page=query.page,
- search=query.search,
+ name=query.name,
+ cost=query.cost,
frequency=query.frequency,
highlight=query.highlight
) }}"