{# 405.html #} {% extends "base.html" %} {% block title %}Method not allowed{% endblock %} {% block content %}
You submitted a request using a disallowed method (probably: HTTP GET when you should have used HTTP POST).