/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
- {% extends 'layout.html' %}
- {% set page_title = _('Bad Request') %}
- {% block body %}
- <h1>{{ _('Bad Request') }}</h1>
- <p>{{ _('Your client made a request the server could not understand.') }}
- {% endblock %}