{% extends "base.html" %} {% import "bootstrap/wtf.html" as wtf %} {% import "bootstrap/fixes.html" as fixes %} {% import "bootstrap/utils.html" as util %} {% block title %}500 Error{% endblock %} {% block content %}
{{ util.flashed_messages(dismissible=True, container=False) }}

Error

Internal Server (500) Error

The server encountered a problem. Please contact the site administrator.

{% if event_id %} {% endif %}
{% include "footer.html" %} {% endblock %}