Changeset View
Changeset View
Standalone View
Standalone View
common/templates/common/errors/500.html
| {% extends 'common/errors/base.html' %} {% block page_title %}Internal Server Error{% endblock %} {% block errorbody %} | {% extends 'common/errors/base.html' %} {% block page_title %}Internal Server Error{% endblock %} {% block errorbody %} | ||||
| <h1>Internal Server Error</h1> | <h1>Internal Server Error</h1> | ||||
| <p>Oops, we made a mistake somewhere.</p> | <p>Oops, we made a mistake somewhere.</p> | ||||
| <p>Try <a href="{% url 'home' %}">the frontpage</a> instead.</p> | <p>Try <a href="{% url 'home' %}">the frontpage</a> instead.</p> | ||||
| {% if request.sentry.id %}<hr/> | {% if request.sentry.id %}<hr/> | ||||
| <p>If you need assistance, you may reference this error as <strong>{{ request.sentry.id }}</strong>.</p>{% endif %} {% endblock %} | <p>If you need assistance, you may reference this error as <strong>{{ request.sentry.id }}</strong>.</p>{% endif %} {% endblock %} | ||||