Fix registration issues
This commit is contained in:
parent
4260034fbe
commit
a3bd7bf423
2 changed files with 12 additions and 5 deletions
9
templates/registration/created.html.twig
Normal file
9
templates/registration/created.html.twig
Normal file
|
@ -0,0 +1,9 @@
|
|||
{% 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 %}
|
Reference in a new issue