comparison build/messages/templates/error.html @ 137:67a1c082d89d

Fixed outdate information in error messages' footer.
author Ludovic Chabant <ludovic@chabant.com>
date Sat, 29 Nov 2014 15:31:26 -0800
parents b6f79f23904a
children a951cd4ef361
comparison
equal deleted inserted replaced
136:1d8de8a349be 137:67a1c082d89d
12 {% endraw %} 12 {% endraw %}
13 {% endblock %} 13 {% endblock %}
14 14
15 {% block footer %} 15 {% block footer %}
16 {% pcformat 'textile' %} 16 {% pcformat 'textile' %}
17 p(note). You're seeing this because something wrong happend. To see detailed errors with callstacks, run chef with the @--debug@ parameter, append @?!debug@ to the URL, or initialize the @PieCrust@ object with @{'debug'=>true}@. On the other hand, to see you custom error pages, set the @site/display_errors@ setting to @false@. 17 p(note). You're seeing this because something wrong happend. To see detailed errors with callstacks, run chef with the @--debug@ parameter, append @?!debug@ to the URL, or initialize the @PieCrust@ object with @{'debug': true}@. On the other hand, to see you custom error pages, set the @site/display_errors@ setting to @false@.
18 {% endpcformat %} 18 {% endpcformat %}
19 {% endblock %} 19 {% endblock %}