diff --git a/src/app/collection-page/collection-page.module.ts b/src/app/collection-page/collection-page.module.ts index 3652823200..ff4c2cc13e 100644 --- a/src/app/collection-page/collection-page.module.ts +++ b/src/app/collection-page/collection-page.module.ts @@ -15,6 +15,7 @@ import { StatisticsModule } from '../statistics/statistics.module'; import { CollectionFormModule } from './collection-form/collection-form.module'; import { ThemedCollectionPageComponent } from './themed-collection-page.component'; import { ComcolModule } from '../shared/comcol/comcol.module'; +import { DsoSharedModule } from '../dso-shared/dso-shared.module'; @NgModule({ imports: [ @@ -24,7 +25,8 @@ import { ComcolModule } from '../shared/comcol/comcol.module'; StatisticsModule.forRoot(), EditItemPageModule, CollectionFormModule, - ComcolModule + ComcolModule, + DsoSharedModule, ], declarations: [ CollectionPageComponent, diff --git a/src/app/collection-page/edit-item-template-page/edit-item-template-page.component.html b/src/app/collection-page/edit-item-template-page/edit-item-template-page.component.html index f8c5c92e96..7cff79cce5 100644 --- a/src/app/collection-page/edit-item-template-page/edit-item-template-page.component.html +++ b/src/app/collection-page/edit-item-template-page/edit-item-template-page.component.html @@ -3,7 +3,7 @@
{{'item.edit.metadata.headers.field' | translate}} | -{{'item.edit.metadata.headers.value' | translate}} | -{{'item.edit.metadata.headers.language' | translate}} | -{{'item.edit.metadata.headers.edit' | translate}} | -
---|---|---|---|