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

6 lines
223 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.registration_success' | trans({'%username%': app.user.username}, 'HWIOAuthBundle') }}</h3>
{% endblock hwi_oauth_content %}