{% extends "base.html" %} {% block title %}{{ t('Method Not Allowed') }} - {{ t('Your Business Name') }}{% endblock %} {% block content %} 405 {{ t('Method Not Allowed') }} {{ t('The method used for this request is not allowed.') }} {{ t('Go to Homepage') }} {% endblock %}
{{ t('The method used for this request is not allowed.') }}