Skip to content

Commit

Permalink
[WebProfilerBundle] Improve the "token not found" page
Browse files Browse the repository at this point in the history
  • Loading branch information
vicb committed Mar 9, 2011
1 parent c9ab593 commit ed09566
Showing 1 changed file with 7 additions and 2 deletions.
Expand Up @@ -6,7 +6,7 @@

<div class="resume">
<p>
<strong>Token "{{ token }}" does not exist.</strong>
<strong>No request matching the token "{{ token }}".</strong>
</p>
</div>

Expand All @@ -17,7 +17,12 @@
{% include 'WebProfilerBundle:Profiler:admin.html.twig' with { 'token': token } only %}
</div>
<div class="collector_content">
{% block panel '' %}
{% block panel%}
<h2>Token not found</h2>
<p>
<em>No request matching the token "{{ token }}".</em>
</p>
{% endblock %}
</div>
</div>
</div>
Expand Down

0 comments on commit ed09566

Please sign in to comment.