mirror of
https://github.com/kevinveenbirkenbach/infinito.git
synced 2025-09-13 21:57:16 +02:00
Implemented FOS bundle
This commit is contained in:
@@ -1,25 +0,0 @@
|
||||
{% extends "frames/default.html.twig" %}
|
||||
{% block title %}
|
||||
{% trans %}login{% endtrans %}
|
||||
{% endblock %}
|
||||
{% block content %}
|
||||
<h1>
|
||||
{% trans %}login{% endtrans %}
|
||||
</h1>
|
||||
<form action={{ path('login') }} method="post">
|
||||
<div class="form-group">
|
||||
<label for="username">{% trans %}Username{% endtrans %}</label> <input
|
||||
type="username" name="_username" class="form-control" id="username"
|
||||
aria-describedby="usernameHelp"
|
||||
placeholder="{% trans %}Enter username{% endtrans %}'">
|
||||
</div>
|
||||
<div class="form-group">
|
||||
<label for="password">{% trans %}Password{% endtrans %}</label> <input
|
||||
type="password" name="_password" class="form-control" id="password"
|
||||
placeholder="{% trans %}Password{% endtrans %}">
|
||||
</div>
|
||||
<button type="submit" class="btn btn-primary">
|
||||
{% trans %}Submit{% endtrans %}
|
||||
</button>
|
||||
</form>
|
||||
{% endblock %}
|
Reference in New Issue
Block a user