From a6c864ecfdb34dabb84c0d60cc63cbb88afbeec8 Mon Sep 17 00:00:00 2001 From: Leigh Morresi <275001+dgtlmoon@users.noreply.github.com> Date: Sat, 30 Jan 2021 13:03:14 +0100 Subject: [PATCH] Use existing tag --- backend/templates/watch-overview.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 %}