aboutsummaryrefslogtreecommitdiff
path: root/templates/payment/update.html
diff options
context:
space:
mode:
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
) }}"