123456789 |
- {% extends 'HWIOAuthBundle::layout.html.twig' %}
- {% block hwi_oauth_content %}
- <div class="col-xs-12">
- <h2 class="title">GitHub Login</h2>
- <p>{{ 'header.registration_success' | trans({'%username%': app.user.username}, 'HWIOAuthBundle') }}</p>
- <p>Continue to <a href="{{ path('fos_user_profile_show') }}">your profile</a>.</p>
- </div>
- {% endblock hwi_oauth_content %}
|