From 78961bec49a5908f3aa39f5264d2770cabc3b332 Mon Sep 17 00:00:00 2001 From: Roberto Rosario Date: Sat, 28 Apr 2018 19:47:57 -0400 Subject: [PATCH] Remove sentry specifig code from the 500.html template. Signed-off-by: Roberto Rosario --- mayan/apps/appearance/templates/500.html | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/mayan/apps/appearance/templates/500.html b/mayan/apps/appearance/templates/500.html index 8f9a63add7..c2211aa198 100644 --- a/mayan/apps/appearance/templates/500.html +++ b/mayan/apps/appearance/templates/500.html @@ -8,12 +8,7 @@

{% trans 'Server error' %}

-

{% trans "There's been an error. It's been reported to the site administrators via e-mail and should be fixed shortly. Thanks for your patience." %}

- - {% if request.sentry.id %} -

{% trans 'If you need assistance, you may reference this error via the following identifier:' %}

-

{{ request.sentry.id }}

- {% endif %} +

{% trans 'There's been an error. It's been reported to the site administrators via e-mail and should be fixed shortly. Thanks for your patience.' %}

{% endblock %}