6 lines
184 B
HTML
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 %} |