mirror of
https://github.com/ascribe/onion.git
synced 2024-12-22 17:33:14 +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')}
|
||||
defaultExpanded={true}>
|
||||
{content}
|
||||
<CopyrightAssociationForm currentUser={this.props.currentUser}/>
|
||||
<AclProxy
|
||||
aclObject={this.props.whitelabel}
|
||||
aclName="acl_view_settings_copyright_association">
|
||||
<CopyrightAssociationForm currentUser={this.props.currentUser}/>
|
||||
</AclProxy>
|
||||
{profile}
|
||||
</CollapsibleParagraph>
|
||||
);
|
||||
|
Loading…
Reference in New Issue
Block a user