PageRenderTime 23ms CodeModel.GetById 16ms app.highlight 5ms RepoModel.GetById 1ms app.codeStats 0ms

/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
Possible License(s): BSD-3-Clause
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 %}