From 87b6d05e5b289f3e9d1554fe455296ba09655c3a Mon Sep 17 00:00:00 2001 From: jloup Date: Sat, 5 May 2018 12:36:58 +0200 Subject: Factorize Header/Footer code. --- cmd/web/js/signup.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cmd/web/js/signup.jsx') 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 { var cName = classNames('form-message', {'hidden': this.state.hideMsg, 'message-ok': this.state.msgOk}); return (
-
+
-- cgit v1.2.3