]> git.ipfire.org Git - pbs.git/blob - data/templates/errors/error-400.html
Drop dependency on textile
[pbs.git] / data / templates / errors / error-400.html
1 {% extends "error.html" %}
2
3 {% block bigbox_headline %}
4 {{ _("400 - Bad request") }}
5 {% end block %}
6
7 {% block bigbox_subtitle %}
8 <small>{{ _("Invalid data has been passed to the application.") }}</small>
9 {% end block %}
10
11 {% block explanation %}
12 <p>
13 {{ _("The application refused to go on with the provided data that was sent in this request.") }}
14 </p>
15 {% end block %}
16
17 {% block message %}{% end block %}