Removed references to dump

This commit is contained in:
R. Eric Wheeler 2017-05-05 22:58:26 -07:00
parent 40fc48f912
commit 92a9858d7b
3 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
{% extends 'base.html.twig' %} {% extends 'base.html.twig' %}
{% block title %}Error {{ status_code }} {{ status_text }}{% endblock title %} {% block title %}Error {{ status_code }} {{ status_text }}{% endblock title %}
{% block debug %}{{ dump() }}{% endblock debug %}
{% block body %} {% block body %}
<p class="uk-margin-remove-top uk-text-center uk-404 uk-doughnut"> <p class="uk-margin-remove-top uk-text-center uk-404 uk-doughnut">

View File

@ -1,5 +1,5 @@
{% extends 'base.html.twig' %} {% extends 'base.html.twig' %}
{% block body %} {% block body %}
{% dump(request.flash) %}
{% endblock %} {% endblock %}

View File

@ -2,7 +2,7 @@
{% block body %} {% block body %}
{{ dump(app.session.get('user')) }}
{{ form_start(form) }} {{ form_start(form) }}
<fieldset class="uk-fieldset uk-margin-large-bottom"> <fieldset class="uk-fieldset uk-margin-large-bottom">
<legend class="uk-legend">RSVP!</legend> <legend class="uk-legend">RSVP!</legend>