{% extends "common/error.html" %}
{% load i18n %}
{% load static %}
{% block error_image %}{% 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 %}