|
|
@ -5,7 +5,7 @@ |
|
|
|
<h1>Register</h1> |
|
|
|
<h1>Register</h1> |
|
|
|
<br/> |
|
|
|
<br/> |
|
|
|
<form id="registerForm" class="form form-register" method="POST" action="" role="form"> |
|
|
|
<form id="registerForm" class="form form-register" method="POST" action="" role="form"> |
|
|
|
{{ form.hidden_tag() }} |
|
|
|
<input type="hidden" name="csrf_token" value="{{ csrf_token() }}"/> |
|
|
|
<div class="form-group"> |
|
|
|
<div class="form-group"> |
|
|
|
{{form.username.label}} |
|
|
|
{{form.username.label}} |
|
|
|
{{form.username(placeholder="Username", class_="form-control")}} |
|
|
|
{{form.username(placeholder="Username", class_="form-control")}} |
|
|
|