Removed references to dump
This commit is contained in:
parent
40fc48f912
commit
92a9858d7b
|
@ -1,6 +1,6 @@
|
|||
{% extends 'base.html.twig' %}
|
||||
{% block title %}Error {{ status_code }} {{ status_text }}{% endblock title %}
|
||||
{% block debug %}{{ dump() }}{% endblock debug %}
|
||||
|
||||
{% block body %}
|
||||
|
||||
<p class="uk-margin-remove-top uk-text-center uk-404 uk-doughnut">
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
{% extends 'base.html.twig' %}
|
||||
|
||||
{% block body %}
|
||||
{% dump(request.flash) %}
|
||||
|
||||
{% endblock %}
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
|
||||
{% block body %}
|
||||
{{ dump(app.session.get('user')) }}
|
||||
|
||||
{{ form_start(form) }}
|
||||
<fieldset class="uk-fieldset uk-margin-large-bottom">
|
||||
<legend class="uk-legend">RSVP!</legend>
|
||||
|
|
Loading…
Reference in New Issue