mirror of
https://github.com/Sylius/Sylius.git
synced 2026-07-14 17:10:53 +00:00
12 lines
304 B
Twig
12 lines
304 B
Twig
{% extends 'SyliusWebBundle:Frontend:layout.html.twig' %}
|
|
|
|
{% block content %}
|
|
<div class="page-header">
|
|
<h1>Welcome <small>Your registration was successful</small></h1>
|
|
</div>
|
|
|
|
<hr />
|
|
<div class="alert alert-success">
|
|
Thank you for sign up! You are now logged in the store
|
|
</div>
|
|
{% endblock %}
|