Merge remote-tracking branch 'remotes/origin/master' into AD-51-easy-to-view-manage-1-editions-coi

Conflicts:
	piece/models.py
	web/urls/frontend.py
This commit is contained in:
ddejongh 2015-05-29 15:27:40 +02:00
parent 961b8ee58d
commit c6e97d916d
2 changed files with 1 additions and 2 deletions

View File

@ -8,7 +8,7 @@ let InputText = React.createClass({
getInitialState() {
return {value: null,
alerts: null
alerts: null // needed in AlertMixin
};
},
handleChange(event) {

View File

@ -27,7 +27,6 @@ let InputTextArea = React.createClass({
onChange={this.handleChange}></textarea>
</div>
);
}
});