Update processes.py (#1738)
Co-authored-by: FrancescoIngv <FrancescoIngv@users.noreply.github.com>
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user