diff --git a/src/components/AccountLogin.react.js b/src/components/AccountLogin.react.js index d189f1c7a6..427c272511 100644 --- a/src/components/AccountLogin.react.js +++ b/src/components/AccountLogin.react.js @@ -67,9 +67,9 @@ module.exports = React.createClass({ let loading = this.props.loading ?
: null; return (
- +

{this.state.errors.username}

- +

{this.state.errors.password}

Forgot your password?

{this.state.errors.detail}