doughnut-wedding/app/Resources/views/user/logout.html.twig

7 lines
246 B
Twig
Raw Normal View History

2017-03-17 10:30:04 -07:00
{% extends 'base.html.twig' %}
{% block body %}
<h2 class="uk-text-center">You have been successfully logged out.</h2>
<p class="uk-text-center">
2017-04-09 18:08:01 -07:00
You can log in again by going to the <a href="/login">login</a> page.
2017-03-17 10:30:04 -07:00
</p>
{% endblock %}