Remove sentry specifig code from the 500.html template.

Signed-off-by: Roberto Rosario <roberto.rosario.gonzalez@gmail.com>
This commit is contained in:
Roberto Rosario
2018-04-28 19:47:57 -04:00
parent 8ee45162aa
commit 78961bec49

View File

@@ -8,12 +8,7 @@
<div class="content">
<h3 class="title">{% trans 'Server error' %}</h3>
<div class="inner">
<p>{% 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." %}</p>
{% if request.sentry.id %}
<p>{% trans 'If you need assistance, you may reference this error via the following identifier:' %}</p>
<p><strong>{{ request.sentry.id }}</strong></p>
{% endif %}
<p>{% 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.' %}</p>
</div>
</div>
{% endblock %}