From 199431c2b74e6a4f59d652956c78a617bfd040f7 Mon Sep 17 00:00:00 2001 From: cinnnnn <74240427+cinnnnn@users.noreply.github.com> Date: Wed, 11 Nov 2020 16:24:43 -0500 Subject: [PATCH] Delete error-500.html --- layouts/error-500.html | 27 --------------------------- 1 file changed, 27 deletions(-) delete mode 100644 layouts/error-500.html diff --git a/layouts/error-500.html b/layouts/error-500.html deleted file mode 100644 index 2e6703b55813..000000000000 --- a/layouts/error-500.html +++ /dev/null @@ -1,27 +0,0 @@ - - {% include head %} - - {% include header %} - -
-
-

{% data ui.errors.oops %}

- -
- {% data ui.errors.something_went_wrong %} - {% data ui.errors.we_track_errors %} -
- - {% if error %} -
{{ error.stack }}
- {% endif %} - - labtocat -
-
- - - {% include support %} - {% include small-footer %} - -