From 33129fa7979de6db1698eb89da5351732969f8fc Mon Sep 17 00:00:00 2001 From: Serghei Mihai Date: Thu, 9 May 2019 12:11:34 +0200 Subject: [PATCH] templates: add 404 error template (#32931) --- templates/404.html | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 templates/404.html diff --git a/templates/404.html b/templates/404.html new file mode 100644 index 0000000..9aba908 --- /dev/null +++ b/templates/404.html @@ -0,0 +1,6 @@ +{% extends "theme.html" %} + +{% block content %} +

Page non trouvée

+{% endblock %} +