]>
Commit | Line | Data |
---|---|---|
863fc53a S |
1 | <div class="col-md-12"> |
2 | <div class="jumbotron"> | |
66bed249 | 3 | <div class="row clearfix"> |
1e48c1fc | 4 | <form action="/action/register" method="POST" class="jsform"> |
cfb37988 S |
5 | <div class="input-group"> |
6 | <div class="rules"><a href="https://www.facebook.com/notes/mindcoding/regulament-mindcoding/431673106962286">Rules</a> (website coming soon)</div> | |
7036a6b4 | 7 | |
a037f9d6 | 8 | <h1>Register</h1> |
f64912a1 | 9 | <input type="text" class="form-control" placeholder="Username" name="username" required> |
cfb37988 S |
10 | <input type="password" class="form-control" name="password" placeholder="Password" required> |
11 | <input type="password" class="form-control" name="confirm_password" placeholder="Password" required> | |
12 | <input type="text" class="form-control" placeholder="Full name" name="name" required> | |
13 | <input type="email" class="form-control" placeholder="Email" name="email" required> | |
14 | <input type="tel" class="form-control" placeholder="Phone" name="phone" required> | |
15 | <input type="text" class="form-control" placeholder="Town" name="town" required> | |
16 | <input type="text" class="form-control" placeholder="Institution" name="university" required> | |
a037f9d6 | 17 | <select name="level"> <option>Highschool</option> <option>Undergraduate</option> <option>Master</option> <option>Doctorate</option> <option>Other</option> </select> |
1e48c1fc | 18 | |
a037f9d6 | 19 | <input type="submit" class="btn btn-default" value="Submit"> |
cfb37988 S |
20 | </div> |
21 | </form> | |
1e48c1fc | 22 | |
cfb37988 S |
23 | <form action="/action/passwd" method="POST" class="jsform"> |
24 | <div class="input-group"> | |
e1ac787f | 25 | |
cfb37988 S |
26 | <h1>Change password</h1> |
27 | <input type="password" name="password" class="form-control" placeholder="Old Password" required> | |
28 | <input type="password" placeholder="New password" name="new_password" class="form-control" required> | |
29 | <input type="password" name="confirm new password" class="form-control" placeholder="Confirm new password" required> | |
863fc53a | 30 | <br> |
a037f9d6 | 31 | <input type="submit" class="btn btn-default" value="Change password"> |
cfb37988 | 32 | </div> |
1e48c1fc | 33 | </form> |
a037f9d6 MG |
34 | |
35 | </div> | |
863fc53a | 36 | </div> |
66bed249 | 37 | </div> |