templates: add 404 error template (#32931)

This commit is contained in:
Serghei Mihai 2019-05-09 12:11:34 +02:00
parent 90e2ff84cc
commit 33129fa797
1 changed files with 6 additions and 0 deletions

6
templates/404.html Normal file
View File

@ -0,0 +1,6 @@
{% extends "theme.html" %}
{% block content %}
<h2>Page non trouvée</h2>
{% endblock %}