aboutsummaryrefslogtreecommitdiff
path: root/cmd/web/js/signup.jsx
diff options
context:
space:
mode:
authorjloup <jeanloup.jamet@gmail.com>2018-05-05 12:36:58 +0200
committerjloup <jeanloup.jamet@gmail.com>2018-05-05 12:38:08 +0200
commit87b6d05e5b289f3e9d1554fe455296ba09655c3a (patch)
treebcf6a679f435216840a749a311470583cd0f05c3 /cmd/web/js/signup.jsx
parent8dbd9d291b203424d3c06755c7e24f71cc5b8bb7 (diff)
downloadFront-87b6d05e5b289f3e9d1554fe455296ba09655c3a.tar.gz
Front-87b6d05e5b289f3e9d1554fe455296ba09655c3a.tar.zst
Front-87b6d05e5b289f3e9d1554fe455296ba09655c3a.zip
Factorize Header/Footer code.v0.0.7
Diffstat (limited to 'cmd/web/js/signup.jsx')
-rw-r--r--cmd/web/js/signup.jsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/web/js/signup.jsx b/cmd/web/js/signup.jsx
index affa18e..b7d9287 100644
--- a/cmd/web/js/signup.jsx
+++ b/cmd/web/js/signup.jsx
@@ -51,7 +51,7 @@ class SignupForm extends React.Component {
51 var cName = classNames('form-message', {'hidden': this.state.hideMsg, 'message-ok': this.state.msgOk}); 51 var cName = classNames('form-message', {'hidden': this.state.hideMsg, 'message-ok': this.state.msgOk});
52 return ( 52 return (
53 <div className="row sign-in"> 53 <div className="row sign-in">
54 <div className="offset-4 col-4 col-xs-offset-1 col-xs-10 text-center"> 54 <div className="offset-1 col-10 offset-md-4 col-md-4 text-center">
55 <form role="form" onSubmit={this.handleSubmit}> 55 <form role="form" onSubmit={this.handleSubmit}>
56 <input className="form-control" type="email" placeholder="email" onChange={this.handleEmailChange} /> 56 <input className="form-control" type="email" placeholder="email" onChange={this.handleEmailChange} />
57 <input className="form-control" type="password" placeholder="password" onChange={this.handlePasswordChange} /> 57 <input className="form-control" type="password" placeholder="password" onChange={this.handlePasswordChange} />