/solace/templates/core/bad_request.html

https://bitbucket.org/muhuk/solace · HTML · 6 lines · 6 code · 0 blank · 0 comment · 0 complexity · 8e294f106e128b2c09c73acb5620f769 MD5 · raw file

  1. {% extends 'layout.html' %}
  2. {% set page_title = _('Bad Request') %}
  3. {% block body %}
  4. <h1>{{ _('Bad Request') }}</h1>
  5. <p>{{ _('Your client made a request the server could not understand.') }}
  6. {% endblock %}