Fix registration issues

This commit is contained in:
Jannis Portmann 2021-12-27 15:02:55 +01:00
parent 4260034fbe
commit a3bd7bf423
2 changed files with 12 additions and 5 deletions

View 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 %}