mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-07 01:54:15 +00:00
7 lines
226 B
HTML
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>
|