Files
dspace-angular/src/app/community-page/edit-community-page/community-curate/community-curate.component.html
2023-12-03 23:49:42 +01:00

7 lines
226 B
HTML

<div class="container">
<h2>{{'community.curate.header' |translate:{community: (communityName$ |async)} }}</h2>
<ds-curation-form
[dsoHandle]="(dsoRD$|async)?.payload.handle"
></ds-curation-form>
</div>