symlinked default

This commit is contained in:
2022-11-15 16:34:59 +01:00
parent 5ee0e85903
commit 1d783f0cc6
21 changed files with 934 additions and 16 deletions

View File

@@ -0,0 +1,19 @@
{% extends '@default/base.html.twig' %}
{% block title %}Registration finished{% endblock %}
{% block body %}
<div class="container rounded">
<div class="row">
<div class="login-form bg-dark mt-4 p-4">
<h1 class="h3 mb-3 font-weight-normal">Registration finished</h1>
<p>You'll receive an email soon to confirm your identity.</p>
</div>
</div>
</div>
{% endblock %}