Files
2026-07-26 10:07:10 +02:00

6 lines
184 B
HTML

{% extends "layout.html" %}
{% block page_title %}Method not allowd (405){% endblock %}
{% block body %}
{{ super() }}
The method of your request is not allowed.
{% endblock %}