diff --git a/src/app/app-routing.module.ts b/src/app/app-routing.module.ts
index 4a0e9f19..d4f4d1bf 100644
--- a/src/app/app-routing.module.ts
+++ b/src/app/app-routing.module.ts
@@ -3,7 +3,12 @@ import { RouterModule } from '@angular/router';
import { routes } from './routes-framadate';
@NgModule({
- imports: [RouterModule.forRoot(routes, { useHash: true })],
+ imports: [
+ RouterModule.forRoot(routes, {
+ useHash: true,
+ anchorScrolling: 'enabled',
+ }),
+ ],
exports: [RouterModule],
})
export class AppRoutingModule {}
diff --git a/src/app/app.module.ts b/src/app/app.module.ts
index 545d81c6..0b256d14 100644
--- a/src/app/app.module.ts
+++ b/src/app/app.module.ts
@@ -29,19 +29,9 @@ import { CipheringComponent } from './features/shared/components/ui/static-pages
import { ErrorsListComponent } from './features/shared/components/ui/form/errors-list/errors-list.component';
import { KeyboardShortcutsModule } from 'ng-keyboard-shortcuts';
import { AdministrationModule } from './features/administration/administration.module';
-import { EditComponent } from './features/consultation/edit/edit.component';
import { ChoiceButtonDinumComponent } from './features/shared/components/choice-button-dinum/choice-button-dinum.component';
import { StaticPagesComponent } from './features/shared/static-pages/static-pages.component';
-// register languages files for translation
-// import localeEn from '@angular/common/locales/en';
-// import localeFr from '@angular/common/locales/fr';
-// import localeEs from '@angular/common/locales/es';
-// // code for locale are listed by the ISO-639
-// registerLocaleData(localeFr, 'fr-FR');
-// registerLocaleData(localeEn, 'en-EN');
-// registerLocaleData(localeEs, 'ca-ES');
-
export class MyMissingTranslationHandler implements MissingTranslationHandler {
public handle(params: MissingTranslationHandlerParams): string {
return `MISSING TRANSLATION FOR [${params.key}]`;
diff --git a/src/app/features/administration/form/steps/step-five/step-five.component.html b/src/app/features/administration/form/steps/step-five/step-five.component.html
index 164325b8..ea1c055d 100644
--- a/src/app/features/administration/form/steps/step-five/step-five.component.html
+++ b/src/app/features/administration/form/steps/step-five/step-five.component.html
@@ -1,10 +1,10 @@
-
diff --git a/src/app/features/administration/form/steps/step-four/step-four.component.html b/src/app/features/administration/form/steps/step-four/step-four.component.html
index 08ec013e..3f558e0b 100644
--- a/src/app/features/administration/form/steps/step-four/step-four.component.html
+++ b/src/app/features/administration/form/steps/step-four/step-four.component.html
@@ -4,7 +4,7 @@