UI + Fetching - Improving helper message when filter contains only an image (adding link to more help)

This commit is contained in:
dgtlmoon
2023-09-26 14:10:07 +02:00
parent e30b17b8bc
commit 7282df9c08
2 changed files with 4 additions and 1 deletions

View File

@@ -119,6 +119,9 @@
<a href="{{ url_for('settings_page', uuid=watch.uuid) }}#proxies">Try adding external proxies/locations</a>
{% endif %}
{% if 'empty result or contain only an image' in watch.last_error %}
<a href="https://github.com/dgtlmoon/changedetection.io/wiki/Detecting-changes-in-images">more help here</a>.
{% endif %}
</div>
{% endif %}
{% if watch.last_notification_error is defined and watch.last_notification_error != False %}