summaryrefslogtreecommitdiff
path: root/resources/views/errors/405.twig
blob: cbbb94eaadfc5e86d7624df7fa84c10ab09159a8 (plain)
1
2
3
4
5
{% extends "errors/default.twig" %}

{% block title %}{{ __("405: Method not allowed") }}{% endblock %}

{% block content_headline_text %}{{ __("405: Method not allowed") }}{% endblock %}