pflaenz.li-Symfony/templates/registration/created.html.twig

10 lines
213 B
Twig
Raw Normal View History

2021-12-27 15:02:55 +01:00
{% extends 'base.html.twig' %}
{% block title %}Account created{% endblock %}
{% block body %}
<h1>Your account has been created!</h1>
<p>Check your inbox for the verification email!</p>
{% endblock %}