login and register form more design
This commit is contained in:
@@ -4,12 +4,14 @@
|
||||
|
||||
{% block fos_user_content %}
|
||||
<div class="register">
|
||||
{% include('@JotunheimrUser/Social/facebook.html.twig') %}
|
||||
|
||||
<h1>
|
||||
Sign up
|
||||
</h1>
|
||||
<div class="form">
|
||||
{{ form_start(form, {'method': 'post', 'action': path('fos_user_registration_register'), 'attr': {'class': 'fos_user_registration_register'}}) }}
|
||||
<input type="hidden" name="_csrf_token" value="{{ csrf_token }}"/>
|
||||
{#<input type="hidden" name="_csrf_token" value="{{ csrf_token }}"/>#}
|
||||
|
||||
<div class="input input--kozakura">
|
||||
{{ form_widget(form.email, {'attr': {'class': 'input__field input__field--kozakura'}}) }}
|
||||
@@ -67,8 +69,6 @@
|
||||
</div>
|
||||
{{ form_end(form) }}
|
||||
</div>
|
||||
|
||||
{% include('@JotunheimrUser/Social/facebook.html.twig') %}
|
||||
</div>
|
||||
{% endblock fos_user_content %}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user