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

{% translate "Bad request." %}

{% blocktranslate 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! {% endblocktranslate %}

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