doughnut-wedding/app/Resources/HWIOAuthBundle/views/Connect/connect_success.html.twig

6 lines
213 B
Twig
Raw Normal View History

2017-04-09 18:08:01 -07:00
{% extends 'HWIOAuthBundle::layout.html.twig' %}
{% block hwi_oauth_content %}
<h3>{{ 'header.success' | trans({'%name%': userInformation.realName}, 'HWIOAuthBundle') }}</h3>
{% endblock hwi_oauth_content %}