diff --git a/app/Resources/TwigBundle/views/Exception/error.html.twig b/app/Resources/TwigBundle/views/Exception/error.html.twig index c5950c1..8772526 100644 --- a/app/Resources/TwigBundle/views/Exception/error.html.twig +++ b/app/Resources/TwigBundle/views/Exception/error.html.twig @@ -1,6 +1,6 @@ {% extends 'base.html.twig' %} {% block title %}Error {{ status_code }} {{ status_text }}{% endblock title %} -{% block debug %}{{ dump() }}{% endblock debug %} + {% block body %}

diff --git a/app/Resources/views/reset_password_confirm.html.twig b/app/Resources/views/reset_password_confirm.html.twig index 8880c92..c371ff4 100644 --- a/app/Resources/views/reset_password_confirm.html.twig +++ b/app/Resources/views/reset_password_confirm.html.twig @@ -1,5 +1,5 @@ {% extends 'base.html.twig' %} {% block body %} - {% dump(request.flash) %} + {% endblock %} \ No newline at end of file diff --git a/app/Resources/views/rsvp_form.html.twig b/app/Resources/views/rsvp_form.html.twig index 229e8bf..4986b03 100644 --- a/app/Resources/views/rsvp_form.html.twig +++ b/app/Resources/views/rsvp_form.html.twig @@ -2,7 +2,7 @@ {% block body %} - {{ dump(app.session.get('user')) }} + {{ form_start(form) }}

RSVP!