6 lines
167 B
Twig
6 lines
167 B
Twig
{% extends 'base/base.html.twig' %}
|
|
|
|
{% block body %}
|
|
<h1 class="h3 mb-3 font-weight-normal">Register new user</h1>
|
|
{{ form(registrationForm) }}
|
|
{% endblock %} |