doughnut-wedding/app/Resources/FOSUserBundle/views/Registration/register.html.twig

6 lines
134 B
Twig
Raw Normal View History

2017-04-16 16:55:58 -07:00
{% extends "base.html.twig" %}
2017-04-09 18:08:01 -07:00
2017-04-16 16:55:58 -07:00
{% block body %}
2017-04-09 18:08:01 -07:00
{% include "@FOSUser/Registration/register_content.html.twig" %}
2017-04-16 16:55:58 -07:00
{% endblock body %}