From 5ef776ada09ffbaeaffa60ac575143115848488a Mon Sep 17 00:00:00 2001 From: KatKatKateryna Date: Mon, 14 Oct 2024 13:08:22 +0100 Subject: [PATCH] correct table URL redirect --- pygeoapi/templates/collections/items/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pygeoapi/templates/collections/items/index.html b/pygeoapi/templates/collections/items/index.html index caa24ac..b5becab 100644 --- a/pygeoapi/templates/collections/items/index.html +++ b/pygeoapi/templates/collections/items/index.html @@ -202,7 +202,7 @@ {% set title_field = data.title_field %} - + {{ ft.properties.get(title_field) | string | truncate( 35 ) }}