mirror of
https://github.com/ascribe/onion.git
synced 2025-02-14 21:10:27 +01:00
Put CopyrightAssociationForm in AclProxy
This commit is contained in:
parent
27010aa2b0
commit
1b21bc49ab
@ -96,7 +96,11 @@ let AccountSettings = React.createClass({
|
|||||||
title={getLangText('Account')}
|
title={getLangText('Account')}
|
||||||
defaultExpanded={true}>
|
defaultExpanded={true}>
|
||||||
{content}
|
{content}
|
||||||
|
<AclProxy
|
||||||
|
aclObject={this.props.whitelabel}
|
||||||
|
aclName="acl_view_settings_copyright_association">
|
||||||
<CopyrightAssociationForm currentUser={this.props.currentUser}/>
|
<CopyrightAssociationForm currentUser={this.props.currentUser}/>
|
||||||
|
</AclProxy>
|
||||||
{profile}
|
{profile}
|
||||||
</CollapsibleParagraph>
|
</CollapsibleParagraph>
|
||||||
);
|
);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user