diff --git a/src/automations/templates/automations/includes/dashboard_error.html b/src/automations/templates/automations/includes/dashboard_error.html index 18b15b4..2a39f1e 100644 --- a/src/automations/templates/automations/includes/dashboard_error.html +++ b/src/automations/templates/automations/includes/dashboard_error.html @@ -2,7 +2,6 @@
{% for automation, errors in automations.items %}
-
{{ automation.verbose_name }}
    @@ -15,9 +14,7 @@
    {{ automation.verbose_name }}
- {% endif %} +
+ {% endfor %}
-{% endif %} -{% endfor %} - {% endspaceless %}