diff --git a/backend/templates/watch-overview.html b/backend/templates/watch-overview.html index 11796588..023caf6c 100644 --- a/backend/templates/watch-overview.html +++ b/backend/templates/watch-overview.html @@ -8,7 +8,7 @@
Add a new change detection watch - +
@@ -43,8 +43,8 @@ {{ loop.index }} - {% if watch.title is not none %}{{ watch.title }}{% else %}{{ watch.url }}{% endif - %} + {{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 %}