diff --git a/openchat/app/index.html b/openchat/app/index.html index 7a94ec8..ed55fff 100644 --- a/openchat/app/index.html +++ b/openchat/app/index.html @@ -11,7 +11,8 @@
- +
{{content-for "head-footer"}} diff --git a/openchat/app/templates/components/register-form.hbs b/openchat/app/templates/components/register-form.hbs index 13ee6cd..6b1df3a 100644 --- a/openchat/app/templates/components/register-form.hbs +++ b/openchat/app/templates/components/register-form.hbs @@ -1,7 +1,48 @@
- {{input type="text" value=username}} - {{input type="text" value=email}} - {{input type="password" value=password}} - {{input type="password" value=confirmPassword}} -
register
+
+
Username
+ {{ input type="text" value=username id="username" class="form-control" + name="username" aria-describedby="usernameHelpBlock" }} + +
+
+ Username is required. +
+
+
+ +
+
Email
+ {{ input type="text" value=username id="email" class="form-control" + name="email" aria-describedby="emailHelpBlock" }} +
+
+ Email is required. +
+
+
+ +
+
Password
+ {{ input type="password" value=username id="password" class="form-control" + name="password" aria-describedby="passwordHelpBlock" }} +
+
+ password is required. +
+
+
+ +
+
Confirm Password
+ {{ input type="password" value=username id="confirmPassword" class="form-control" + name="confirmPassword" aria-describedby="confirmPasswordHelpBlock" }} +
+
+ password is required. +
+
+
+ +
Register
\ No newline at end of file