From f60d1ca0ce465b73c8ee62540e3e77f8891172fa Mon Sep 17 00:00:00 2001 From: Una Kravets Date: Fri, 18 Nov 2016 19:17:34 -0500 Subject: [PATCH] more detailed 500 message (#159) --- view/500.html | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/view/500.html b/view/500.html index bd28c34..c560c73 100644 --- a/view/500.html +++ b/view/500.html @@ -15,9 +15,13 @@ You should have received a copy of the GNU General Public License along with Pa11y Dashboard. If not, see . }}
-

Eeek! 500 error. This is serious.

-

There isn't much you can do about this. -

Give it another go or try the home page. +

Eeek! 500 error.

+

Let's see what we can do here: +

{{#if error}}

Stack-Trace

{{error.stack}}