mirror of
https://github.com/ascribe/onion.git
synced 2025-02-14 21:10:27 +01:00
Remove 'learn more' from contract form
This commit is contained in:
parent
a8c436c40b
commit
878a716262
@ -68,15 +68,7 @@ let ContractAgreementForm = React.createClass({
|
||||
<Property
|
||||
name='contract'
|
||||
label={getLangText('Contract Type')}
|
||||
onChange={this.onContractChange}
|
||||
footer={
|
||||
<a
|
||||
className="pull-right"
|
||||
href={contractList[this.state.selectedContract].blob}
|
||||
target="_blank">
|
||||
{getLangText('Learn more')}
|
||||
</a>
|
||||
}>
|
||||
onChange={this.onContractChange}>
|
||||
<select name="contract">
|
||||
{contractList.map((contract, i) => {
|
||||
return (
|
||||
|
@ -114,7 +114,7 @@ let IkonotvArtworkDetailsForm = React.createClass({
|
||||
<InputTextAreaToggable
|
||||
rows={1}
|
||||
defaultValue={this.props.piece.extra_data.size_duration}
|
||||
placeholder={getLangText('Sizes in centimeters. Durations in minutes.')}/>
|
||||
placeholder={getLangText('Size in centimeters. Duration in minutes.')}/>
|
||||
</Property>
|
||||
<Property
|
||||
name='copyright'
|
||||
|
Loading…
Reference in New Issue
Block a user