You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
resources-manager-webui/templates/security/register.html.twig

9 lines
225 B
Twig

{% extends 'base.html.twig' %}
{% block title %}Register{% endblock %}
{% block header %}<h1>Register a new user</h1>{% endblock %}
{% block overcontent %}
<section class="overnav">
{{ form(form) }}
</section>
{% endblock %}