From c0bc749213c048bd7158c2026f0dea2c72679cae Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Felipe=20Mart=C3=ADn?= Date: Thu, 30 May 2013 11:00:50 +0200 Subject: [PATCH] Fixed 404 error using request context variable that wasn't set --- minecraftcodex/database/templates/errors/404.html | 6 ------ 1 file changed, 6 deletions(-) diff --git a/minecraftcodex/database/templates/errors/404.html b/minecraftcodex/database/templates/errors/404.html index 756959b..e4704cb 100644 --- a/minecraftcodex/database/templates/errors/404.html +++ b/minecraftcodex/database/templates/errors/404.html @@ -8,11 +8,5 @@ an upcoming update or a routing error.
Wathever that is, rest assured, we've been notified.

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

- If you need assistance, you may reference this error as - {{ request.sentry.id }}. -

- {% endif %} {% endblock %}