Skip to content

Commit

Permalink
[TwigBundle] remove unused email placeholder from error page
Browse files Browse the repository at this point in the history
  • Loading branch information
Tobion committed Oct 9, 2014
1 parent 60d006d commit a64bd03
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 8 deletions.
@@ -1 +1 @@
{% include 'TwigBundle:Exception:error.xml.twig' with { 'exception': exception } %}
{% include 'TwigBundle:Exception:error.xml.twig' %}
Expand Up @@ -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>
@@ -1 +1 @@
{% include 'TwigBundle:Exception:error.xml.twig' with { 'exception': exception } %}
{% include 'TwigBundle:Exception:error.xml.twig' %}
Expand Up @@ -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.

0 comments on commit a64bd03

Please sign in to comment.