adapted new path names
This commit is contained in:
parent
2639421be8
commit
af6ac9eee6
|
@ -27,14 +27,18 @@
|
|||
<label for="inputPassword">Password</label>
|
||||
<input type="password" name="password" id="inputPassword" class="form-control" required>
|
||||
</div>
|
||||
<div class="form-check mb-3">
|
||||
<div class="form-check mx-3">
|
||||
<label>
|
||||
<input type="checkbox" name="_remember_me" class="form-check-input">Remember me
|
||||
</label>
|
||||
</div>
|
||||
<button class="btn btn-lg btn-primary float-end" type="submit">
|
||||
Sign in
|
||||
</button>
|
||||
<div>
|
||||
<a href="{{ path('security_forgot_password') }}">Forgot password?</a>
|
||||
<button class="btn btn-primary float-end" type="submit">
|
||||
Sign in
|
||||
</button>
|
||||
</div>
|
||||
<a href="{{ path('security_register') }}">Need an account? Register now.</a>
|
||||
</form>
|
||||
</div>
|
||||
</div>
|
||||
|
|
Loading…
Reference in New Issue