diff --git a/umap/static/umap/js/modules/importers/cadastrefr.js b/umap/static/umap/js/modules/importers/cadastrefr.js index e9fd932f..5d46390f 100644 --- a/umap/static/umap/js/modules/importers/cadastrefr.js +++ b/umap/static/umap/js/modules/importers/cadastrefr.js @@ -8,18 +8,20 @@ import { AutocompleteCommunes } from './communesfr.js' const TEMPLATE = `

Cadastre

Importer les données cadastrales d’une commune française.

- - +
+ + +
` export class Importer { diff --git a/umap/static/umap/js/modules/importers/geodatamine.js b/umap/static/umap/js/modules/importers/geodatamine.js index 2a6e19c0..12b3155a 100644 --- a/umap/static/umap/js/modules/importers/geodatamine.js +++ b/umap/static/umap/js/modules/importers/geodatamine.js @@ -16,15 +16,17 @@ const BOUNDARY_TYPES = { const TEMPLATE = `

GeoDataMine

${translate('GeoDataMine: thematic data from OpenStreetMap')}.

- - - +
+ + + +
` class Autocomplete extends SingleMixin(BaseAjax) {