{# 405.html #} {% extends "base.html" %} {% block title %}Method not allowed{% endblock %} {% block content %}

Method not allowed

You submitted a request using a disallowed method (probably: HTTP GET when you should have used HTTP POST).

{% endblock %}