From 34ab79e9e33d074130debf88615b2f5e9922327f Mon Sep 17 00:00:00 2001 From: dgtlmoon Date: Tue, 18 Jun 2024 13:49:21 +0200 Subject: [PATCH] Placehodler text --- changedetectionio/forms.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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.