fix: typo

This commit is contained in:
2025-10-20 18:31:10 +02:00
parent 0352a60e28
commit e20e6d4b1d

View File

@@ -2,7 +2,7 @@
{% load i18n %} {% load i18n %}
{% load custom_tags %} {% load custom_tags %}
{% block title %}<title>{% translate "403 Forbidden" %}</title>{% endblock %} {% block title %}<title>{% translate "404 Forbidden" %}</title>{% endblock %}
{% block content %} {% block content %}
<h1 class="title is-1">404 Not Found</h1> <h1 class="title is-1">404 Not Found</h1>