fix items collection link href

This commit is contained in:
Tom Kralidis
2024-06-26 22:13:30 -04:00
committed by GitHub
parent 722f846b64
commit 61bc84c532
+1 -1
View File
@@ -549,7 +549,7 @@ def get_collection_items(
'title': l10n.translate(
collections[dataset]['title'], request.locale),
'rel': 'collection',
'href': uri
'href': '/'.join(uri.split('/')[:-1])
})
content['timeStamp'] = datetime.utcnow().strftime(