<!DOCTYPE html>
<html>
<head>
  <meta http-equiv="Content-Type" content="text/html; encoding=utf-8" />
  <title>[dialog-error]{% trans %}INVALID FORM SUBMISSION{% endtrans %}</title>
  <style>@import url(odysseus:butterick.css);</style>
</head>
<body>
  <main>
    <h1>{% trans %}The Form You Submitted Was Invalid{% endtrans %}</h1>
    <p>{% trans %}Please take this up with the website's developers.{% endtrans %}</p>
    <!-- TODO find and link to the contact us form -->
  </main>
</body>
</html>
