{% load static %} {% load i18n %} {% load l10n %} {% load mastodon %} {% load thumb %} {% get_current_language as LANGUAGE_CODE %} {{ site_name }} - 400 {% include "common_libs.html" %} {% include "_header.html" %}

🤷🏻 {{ exception }}

{% blocktrans %}You may have submitted invalid data, or the content may have been deleted by the author.{% endblocktrans %}
{% blocktrans %}If you believe this is our mistake, please contact us through the link at the bottom of the page.{% endblocktrans %}
{% if exception.additonal_detail %} {% for e in exception.additonal_detail %}

{{ e }}

{% endfor %} {% endif %}
{% include "_footer.html" %}