validate user input client-side

This commit is contained in:
Jannis Portmann 2021-04-30 13:47:34 +02:00
parent 8697c8a618
commit 635c8e900c
2 changed files with 3 additions and 2 deletions

View file

@ -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 %}