Files
devopsexam/templates/page_405.html
2017-07-01 18:37:53 +08: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 %}