Add better validation for user registration
This commit is contained in:
@ -1,7 +1,7 @@
|
||||
{% extends 'base/base.html.twig' %}
|
||||
|
||||
{% block body %}
|
||||
<h1>Register</h1>
|
||||
<h1 class="h3 mb-3 font-weight-normal">Register</h1>
|
||||
|
||||
{{ form(registrationForm) }}
|
||||
{% endblock %}
|
||||
|
Reference in New Issue
Block a user