validate user input client-side
This commit is contained in:
parent
8697c8a618
commit
635c8e900c
2 changed files with 3 additions and 2 deletions
|
@ -17,6 +17,6 @@
|
|||
}) }}
|
||||
{{ form_row(registrationForm.agreeTerms) }}
|
||||
|
||||
<button type="submit" class="btn">Register</button>
|
||||
<button type="submit" class="btn btn-lg btn-primary">Register</button>
|
||||
{{ form_end(registrationForm) }}
|
||||
{% endblock %}
|
||||
|
|
Reference in a new issue