ProfouzorsLinx/templates/400.html

8 lines
102 B
HTML
Raw Permalink Normal View History

2015-10-12 10:03:02 +02:00
{% extends "base.html" %}
{% block content %}
2015-10-15 02:35:43 +02:00
<div id="main">
400 Bad Request
</div>
2015-10-12 10:03:02 +02:00
{% endblock %}