diff --git a/templates/front/my_checks.html b/templates/front/my_checks.html index 0b7e42c9..ec26c533 100644 --- a/templates/front/my_checks.html +++ b/templates/front/my_checks.html @@ -4,6 +4,7 @@ {% block title %}{{ num_down|num_down_title }}{% endblock %} {% block content %} +{% if checks %}
{% for tag, status in tags %} @@ -19,6 +20,7 @@ value="{{ search }}" />
+{% endif %}