From 727ac1124297ec0cd0cd6ea94ee8e9550db890a7 Mon Sep 17 00:00:00 2001 From: Rae Knowler Date: Wed, 24 Sep 2025 18:22:19 +0200 Subject: [PATCH] feat: Update route name --- .../templates/harvester_dashboard/list.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ckanext/harvester_dashboard/templates/harvester_dashboard/list.html b/ckanext/harvester_dashboard/templates/harvester_dashboard/list.html index f61084b..f97f1f4 100644 --- a/ckanext/harvester_dashboard/templates/harvester_dashboard/list.html +++ b/ckanext/harvester_dashboard/templates/harvester_dashboard/list.html @@ -30,7 +30,7 @@

Harvester Name: {{ source.title }}

Harvester Type: {{ source.type }}

{% if job and (job.gather_error_summary or job.object_error_summary) %}

- + Error-Summary: {% if job.gather_error_summary %} gather errors: {{ job.gather_error_summary |length }} @@ -53,4 +53,4 @@

Harvester Name: {{ source.title }}

{% block secondary_content %} {% snippet 'harvester_dashboard/snippets/helper.html' %} {% snippet 'harvester_dashboard/snippets/search.html', source_type_options=source_type_options, job_result_options=job_result_options, job_run_options=job_run_options %} -{% endblock %} \ No newline at end of file +{% endblock %}