{% extends "common/error.html" %} {% load i18n %} {% load static %} {% block error_image %}{% trans {% endblock %} {% block error_message %}

{% trans "Bad request." %}

{% blocktrans trimmed %} It looks as if the communication between you and pretalx went wrong in some way.
Please return to the last page and try again! {% endblocktrans %}

{% endblock %} {% block error_code %}400{% endblock %}