{% extends "base.html" %} {% load i18n %} {% block headtitle %} {{ error }} ({{ error_request_method }})[405] {% endblock headtitle %} {% block content %} {{ error_message }} {% if exception %} {{ exception }} {% endif%} {% endblock %}
{{ exception }}