diff --git a/backend/templates/watch-overview.html b/backend/templates/watch-overview.html index c872bfbb..8332b911 100644 --- a/backend/templates/watch-overview.html +++ b/backend/templates/watch-overview.html @@ -47,7 +47,7 @@ {{ loop.index }} Pause {{watch.title if watch.title is not none else watch.url}} - + {% if watch.last_error is defined and watch.last_error != False %}
{{ watch.last_error }}
{% endif %}