1
0
mirror of https://github.com/ascribe/onion.git synced 2025-01-03 18:35:09 +01:00

removed promocode

prize/<id>/users/ POST, LIST
prize/<id>/users/login
This commit is contained in:
diminator 2015-07-14 21:20:34 +02:00
parent 4dfff8d6a5
commit a9ac7b5a57

View File

@ -35,15 +35,7 @@ let SignupContainer = React.createClass({
}
return (
<div className="ascribe-login-wrapper">
<SignupForm handleSuccess={this.handleSuccess}>
<Property
name='promo_code'
label={getLangText('Promocode')}>
<input
type="text"
placeholder={getLangText('Enter a promocode here (Optional)')}/>
</Property>
</SignupForm>
<SignupForm handleSuccess={this.handleSuccess} />
</div>
);
}