Update processes.py (#1738)

Co-authored-by: FrancescoIngv <FrancescoIngv@users.noreply.github.com>
This commit is contained in:
francescoingv
2024-07-19 12:00:59 +02:00
committed by GitHub
parent 510875027e
commit e91f051ea0
+1 -1
View File
@@ -171,7 +171,7 @@ def describe_processes(api: API, request: APIRequest,
'type': FORMAT_TYPES[F_JSON],
'rel': 'http://www.opengis.net/def/rel/ogc/1.0/job-list',
'href': f'{jobs_url}?f={F_JSON}',
'title': l10n.translate('Jobs for this process as HTML', request.locale), # noqa
'title': l10n.translate('Jobs for this process as JSON', request.locale), # noqa
'hreflang': api.default_locale
}
p2['links'].append(link)