mirror of
https://github.com/ascribe/onion.git
synced 2025-02-14 21:10:27 +01:00
removed promocode
prize/<id>/users/ POST, LIST prize/<id>/users/login
This commit is contained in:
parent
4dfff8d6a5
commit
a9ac7b5a57
@ -35,15 +35,7 @@ let SignupContainer = React.createClass({
|
|||||||
}
|
}
|
||||||
return (
|
return (
|
||||||
<div className="ascribe-login-wrapper">
|
<div className="ascribe-login-wrapper">
|
||||||
<SignupForm handleSuccess={this.handleSuccess}>
|
<SignupForm handleSuccess={this.handleSuccess} />
|
||||||
<Property
|
|
||||||
name='promo_code'
|
|
||||||
label={getLangText('Promocode')}>
|
|
||||||
<input
|
|
||||||
type="text"
|
|
||||||
placeholder={getLangText('Enter a promocode here (Optional)')}/>
|
|
||||||
</Property>
|
|
||||||
</SignupForm>
|
|
||||||
</div>
|
</div>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user