comparison piecrust/resources/messages/error404.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 c77062233ba5
children a951cd4ef361
comparison
equal deleted inserted replaced
136:1d8de8a349be 137:67a1c082d89d
67 {{ details|safe }} 67 {{ details|safe }}
68 </div> 68 </div>
69 {% endif %} 69 {% endif %}
70 </div> 70 </div>
71 <hr /> 71 <hr />
72 <p class="note">You&#8217;re seeing this because something wrong happend. To see detailed errors with callstacks, run chef with the <code>--debug</code> parameter, append <code>?!debug</code> to the <span class="caps">URL</span>, or initialize the <code>PieCrust</code> object with <code>{'debug'=&gt;true}</code>. On the other hand, to see you custom error pages, set the <code>site/display_errors</code> setting to <code>false</code>.</p> </div> 72 <p class="note">You&#8217;re seeing this because something wrong happend. To see detailed errors with callstacks, run chef with the <code>--debug</code> parameter, append <code>?!debug</code> to the <span class="caps">URL</span>, or initialize the <code>PieCrust</code> object with <code>{'debug': true}</code>. On the other hand, to see you custom error pages, set the <code>site/display_errors</code> setting to <code>false</code>.</p> </div>
73 </body> 73 </body>
74 </html> 74 </html>