{% extends "base/base.html" %} {% block title %} Something vaguely unexpected happened {% endblock title %} {% block page_heading %} Something vaguely unexpected happened {% endblock page_heading %} {% block main_content %}

Hint: {{ hint }}

If you are here then it is because someone isn't doing sufficient error handling.

Generally this is a bug. Some non-mutually exclusive ideas of what happened:

  • Multiple users are doing things simultaneously.
  • Perhaps you have two tabs open and are maniacally clicking around in both.
  • HTMX was somehow involved and it has no catch-all? Issue #3251

If you're seeing this instead of a Server 500 error or similar, it is possible—perhaps even likely—that useful information is available in the server log but we cannot show you that because AJAXy nonsense is likely afoot.

Please go back somewhere and try something again, consult an oracle, make a small sacrifice, or otherwise help us fix this.

{% endblock main_content %}