This commit is contained in:
Aevann1 2021-07-23 21:37:45 +02:00
parent 0f8ba1fe22
commit 0faf175e85
2 changed files with 2 additions and 2 deletions

View file

@ -1,7 +1,7 @@
{% extends "default.html" %}
{% block title %}
<title>405 Method Not Allowed</title>
<title>403 Unauthorized</title>
{% endblock %}
{% block pagetype %}error-405{% endblock %}

View file

@ -1,7 +1,7 @@
{% extends "default.html" %}
{% block title %}
<title>405 Method Not Allowed</title>
<title>403 Unauthorized</title>
{% endblock %}
{% block pagetype %}error-405{% endblock %}