Fixed 404 error using request context variable that wasn't set

This commit is contained in:
Felipe Martín 2013-05-30 11:00:50 +02:00
parent afcd702cec
commit c0bc749213
1 changed files with 0 additions and 6 deletions

View File

@ -8,11 +8,5 @@
an upcoming update or a routing error.<br />
Wathever that is, rest assured, we've been notified.
</p>
{% if request.sentry.id %}
<p>
If you need assistance, you may reference this error as
<strong>{{ request.sentry.id }}</strong>.
</p>
{% endif %}
</div>
{% endblock %}