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 %}