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