File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 14
14
</div >
15
15
{% endif %}
16
16
17
- <h1 class = " h3 mb-3 font-weight-normal " >Please sign in</h1 >
17
+ <h1 >Please sign in</h1 >
18
18
<label for =" inputEmail" >Email</label >
19
- <input type =" email" value =" {{ last_username }}" name =" email" id =" inputEmail" class = " form-control " required autofocus >
19
+ <input type =" email" value =" {{ last_username }}" name =" email" id =" inputEmail" required autofocus >
20
20
<label for =" inputPassword" >Password</label >
21
- <input type =" password" name =" password" id =" inputPassword" class = " form-control " required >
21
+ <input type =" password" name =" password" id =" inputPassword" required >
22
22
23
23
<input type =" hidden" name =" _csrf_token"
24
24
value =" {{ csrf_token(' authenticate' ) }}"
25
25
>
26
26
27
- <div class = " checkbox mb-3 " >
27
+ <div >
28
28
<label >
29
29
<input type =" checkbox" name =" _remember_me" > Remember me
30
30
</label >
31
31
</div >
32
32
33
- <button class = " btn btn-lg btn-primary " type =" submit" >
33
+ <button type =" submit" >
34
34
Sign in
35
35
</button >
36
36
</form >
Original file line number Diff line number Diff line change 4
4
5
5
{% block body %}
6
6
{% for flashError in app.flashes (' verify_email_error' ) %}
7
- <div class = " alert alert-danger " role =" alert" >{{ flashError }}</div >
7
+ <div role =" alert" >{{ flashError }}</div >
8
8
{% endfor %}
9
9
10
10
<h1 >Register</h1 >
16
16
}) }}
17
17
{{ form_row(registrationForm .agreeTerms ) }}
18
18
19
- <button type =" submit" class = " btn " >Register</button >
19
+ <button type =" submit" >Register</button >
20
20
{{ form_end(registrationForm ) }}
21
21
{% endblock %}
You can’t perform that action at this time.
0 commit comments