diff options
Diffstat (limited to 'templates/payment/create.html')
-rw-r--r-- | templates/payment/create.html | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/templates/payment/create.html b/templates/payment/create.html index 8defad3..4fc3245 100644 --- a/templates/payment/create.html +++ b/templates/payment/create.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 ) }}" > |