Add error templates

This commit is contained in:
Luca 2023-10-17 01:14:43 +02:00
parent 2a2cb5f92e
commit 70388c7b1b
4 changed files with 20 additions and 0 deletions

View File

@ -0,0 +1,5 @@
{% extends "base.html" %}
{% load i18n %}
{% block title %}Error – {{ APP_TITLE }}{% endblock %}

View File

@ -0,0 +1,5 @@
{% extends "base.html" %}
{% load i18n %}
{% block title %}Error – {{ APP_TITLE }}{% endblock %}

View File

@ -0,0 +1,5 @@
{% extends "base.html" %}
{% load i18n %}
{% block title %}Not Found – {{ APP_TITLE }}{% endblock %}

View File

@ -0,0 +1,5 @@
{% extends "base.html" %}
{% load i18n %}
{% block title %}Error – {{ APP_TITLE }}{% endblock %}