diff --git a/apps/common/templates/500.html b/apps/common/templates/500.html index 2deb3b32bc..950815f80b 100755 --- a/apps/common/templates/500.html +++ b/apps/common/templates/500.html @@ -11,5 +11,10 @@ server problem.
Administrators have been notified, so check back later.
+ {% if request.sentry.id %} +If you need assistance, you may reference this error as + {{ request.sentry.id }}.
+ {% endif %} +