cart now functional without bugs (at least the ones we know about)
fixed a small issue with ItemGroup REST call
This commit is contained in:
@@ -101,7 +101,7 @@ var Login = React.createClass({
|
||||
{this.getValidationMessages('password').map(this.renderErrorMessage)}
|
||||
|
||||
</div>
|
||||
<input style={{color: 'white', fontWeight: 'bold', height: 44}} type="submit" onClick={this.onLoginClick} className=" mybutton center-block col-md-8 col-sm-8 col-xs-8 col-sm-push-2 col-xs-push-2 col-md-push-2" defaultValue="Prijava" />
|
||||
<input style={{color: 'white', fontWeight: 'bold', height: 44}} type="submit" onClick={this.onLoginClick} className=" mybutton center-block col-md-8 col-sm-8 col-xs-8 col-sm-push-2 col-xs-push-2 col-md-push-2" defaultValue="PRIJAVA" />
|
||||
</form>
|
||||
<div className="text-center col-lg-12">
|
||||
<h4>Niste registrovani? <Link to="registracija"><span>Registrujte se</span></Link></h4>
|
||||
|
||||
Reference in New Issue
Block a user