doughnut-wedding/app/Resources/FOSUserBundle/views/Profile/edit.html.twig

6 lines
174 B
Twig
Raw Normal View History

2017-04-22 12:43:30 -07:00
{% extends "base.html.twig" %}
2017-05-05 22:49:54 -07:00
{% block title %}Edit Profile{% endblock title %}
2017-04-22 12:43:30 -07:00
{% block body %}
2017-04-09 18:08:01 -07:00
{% include "@FOSUser/Profile/edit_content.html.twig" %}
2017-04-22 12:43:30 -07:00
{% endblock body %}