diff --git a/changedetectionio/forms.py b/changedetectionio/forms.py index 8a80a938b..9cab2ffcd 100644 --- a/changedetectionio/forms.py +++ b/changedetectionio/forms.py @@ -557,11 +557,11 @@ class processor_restock_diff_form(processor_text_json_diff_form): When OFF - only care about restock detection
- {{ render_field(form.price_change_min) }} + {{ render_field(form.price_change_min, placeholder=watch['restock']['price']) }} Minimum amount, only trigger a change when the price is less than this amount.
- {{ render_field(form.price_change_max) }} + {{ render_field(form.price_change_max, placeholder=watch['restock']['price']) }} Maximum amount, only trigger a change when the price is more than this amount.