Update twigs
This commit is contained in:
@ -49,32 +49,6 @@
|
||||
<button type="submit" class="btn btn-lg bg-gradient-dark btn-lg w-100 mt-4 mb-0">Sign Up</button>
|
||||
</div>
|
||||
{{ form_end(form) }}
|
||||
|
||||
<!--
|
||||
<form role="form" name="registration_form" method="post">
|
||||
<div class="input-group input-group-outline mb-3">
|
||||
<label class="form-label" for="registration_form_name">Name</label>
|
||||
<input type="text" id="registration_form_name" name="registration_form[name]" required="required" class="form-control">
|
||||
</div>
|
||||
<div class='input-group input-group-outline mb-3'>
|
||||
<label class='form-label' for="registration_form_username">Username</label>
|
||||
<input type='text' id="registration_form_username" name="registration_form[username]" autocomplete="username" required="required" class='form-control'>
|
||||
</div>
|
||||
<div class="input-group input-group-outline mb-3">
|
||||
<label class="form-label" for="registration_form_email">Email</label>
|
||||
<input type="email" id="registration_form_email" name="registration_form[email]" required="required" class="form-control">
|
||||
</div>
|
||||
<div class="input-group input-group-outline mb-3">
|
||||
<label class="form-label" for="registration_form_plainPassword">Password</label>
|
||||
<input type="password" id="registration_form_plainPassword" name="registration_form[plainPassword]" autocomplete="current-password" required="required" class="form-control">
|
||||
</div>
|
||||
<div class="text-center">
|
||||
<input type='hidden' name='registration_form[_token]' id='registration_form__token' value='{{ csrf_token("registration") }}'/>
|
||||
|
||||
<button type="submit" class="btn btn-lg bg-gradient-dark btn-lg w-100 mt-4 mb-0">Sign Up</button>
|
||||
</div>
|
||||
</form>
|
||||
-->
|
||||
</div>
|
||||
<div class="card-footer text-center pt-0 px-lg-2 px-1">
|
||||
<p class="mb-2 text-sm mx-auto">
|
||||
@ -89,5 +63,4 @@
|
||||
</div>
|
||||
</section>
|
||||
</main>
|
||||
<!-- Core JS Files -->
|
||||
{% endblock %}
|
||||
|
Reference in New Issue
Block a user