[TwigBundle] remove unused email placeholder from error page

This commit is contained in:
Tobias Schultze 2014-10-09 22:00:23 +02:00
parent 60d006df43
commit a64bd039b9
4 changed files with 6 additions and 8 deletions

View File

@ -1 +1 @@
{% include 'TwigBundle:Exception:error.xml.twig' with { 'exception': exception } %}
{% include 'TwigBundle:Exception:error.xml.twig' %}

View File

@ -9,9 +9,8 @@
<h2>The server returned a "{{ status_code }} {{ status_text }}".</h2>
<div>
Something is broken. Please e-mail us at [email] and let us know
what you were doing when this error occurred. We will fix it as soon
as possible. Sorry for any inconvenience caused.
Something is broken. Please let us know what you were doing when this error occurred.
We will fix it as soon as possible. Sorry for any inconvenience caused.
</div>
</body>
</html>

View File

@ -1 +1 @@
{% include 'TwigBundle:Exception:error.xml.twig' with { 'exception': exception } %}
{% include 'TwigBundle:Exception:error.xml.twig' %}

View File

@ -3,6 +3,5 @@ Oops! An Error Occurred
The server returned a "{{ status_code }} {{ status_text }}".
Please e-mail us at [email] and let us know what you were doing when this
error occurred. We will fix it as soon as possible. Sorry for any
inconvenience caused.
Something is broken. Please let us know what you were doing when this error occurred.
We will fix it as soon as possible. Sorry for any inconvenience caused.