Skip to content

Commit

Permalink
VSVGVQ-115 add class to honeypot field
Browse files Browse the repository at this point in the history
  • Loading branch information
stejes committed Aug 14, 2018
1 parent adfef7a commit ae8766b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion templates/accounts/login.html.twig
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
{{ form_errors(form.email) }}
</div>

<div class="form-group" style="display: none">
<div class="form-group azijnpotje">
<label for="form_username">{% trans %}Username{% endtrans %}</label>
{{ form_widget(form.userName) }}
</div>
Expand Down
2 changes: 1 addition & 1 deletion templates/accounts/register.html.twig
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
</div>
</div>

<div class="form-group" style="display: none">
<div class="form-group azijnpotje">
<div class="row">
<div class="col-sm-12">
<label for="form_username">{% trans %}Username{% endtrans %}</label>
Expand Down
2 changes: 1 addition & 1 deletion templates/accounts/request_password.html.twig
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
{{ form_errors(form.email) }}
</div>

<div class="form-group" style="display: none">
<div class="form-group azijnpotje">
<label for="form_username">{% trans %}Username{% endtrans %}</label>
{{ form_widget(form.userName) }}
</div>
Expand Down

0 comments on commit ae8766b

Please sign in to comment.