plateforme-tfjm2/tfjm/templates/400.html

8 lines
326 B
HTML
Raw Normal View History

2020-12-27 10:49:54 +00:00
{% extends "base.html" %}
{% load i18n %}
{% block content %}
<h1>{% trans "Bad request" %}</h1>
2021-01-12 14:42:32 +00:00
{% blocktrans %}Sorry, your request was bad. Don't know what could be wrong. An email has been sent to webmasters with the details of the error. You can now think about other solutions.{% endblocktrans %}
2020-12-27 10:49:54 +00:00
{% endblock %}