{% extends "errors/base.html" %}
{% block code %}500{% endblock %}
{% block message %}
Sorry, some unpredictable error's happened :-(, my bad
Worry not, other functions of this website should still work.
This error has been reported - I will look into it as soon as I can.
{% if request.sentry.id %}
If you need assistance, you may reference this error as
{{ request.sentry.id }}{% endif %} {% endblock %}