add page title to all templates
[mygpo.git] / mygpo / web / templates / 400.html
blob1f3961f122760ad2744ca3e997307e34f22bf467
1 {% extends "base.html" %}
2 {% load i18n %}
4 {% block title %}{% trans "Bad request" %}{% endblock %}
6 {% block content %}
7 <h1>400 {% trans "Bad request" %}</h1>
8 <p>{% trans "There has been an error processing your request." %}</p>
9 {% endblock %}