fix #887. Reference log file in error 500 message

This commit is contained in:
Reinier Balt 2011-10-31 13:13:44 +01:00
parent 10f6a4306b
commit 67d574bf73

View file

@ -24,7 +24,7 @@
<!-- This file lives in public/500.html --> <!-- This file lives in public/500.html -->
<div class="dialog"> <div class="dialog">
<h1>We're sorry, but something went wrong.</h1> <h1>We're sorry, but something went wrong.</h1>
<p>We've been notified about this issue and we'll take a look at it shortly.</p> <p>The Tracks application failed with error 500. More details can be found in the log file of Tracks</p>
</div> </div>
</body> </body>
</html> </html>