diff --git a/tubesync/sync/templates/sync/tasks.html b/tubesync/sync/templates/sync/tasks.html index 1bf7b2c4..33f6c40b 100644 --- a/tubesync/sync/templates/sync/tasks.html +++ b/tubesync/sync/templates/sync/tasks.html @@ -43,11 +43,16 @@

{% for task in errors %} - - {{ task }}, attempted {{ task.attempts }} time{{ task.attempts|pluralize }}
- Error: "{{ task.error_message }}"
+
+ + {{ task }}, attempted {{ task.attempts }} time{{ task.attempts|pluralize }}
+ Error: "{{ task.error_message }}"
+
Task will be retried at {{ task.run_at|date:'Y-m-d H:i:s' }} - + + + +
{% empty %} There are no tasks with errors on this page. {% endfor %}