registration_success.html.twig 399 B

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