This commit is contained in:
Matthieu
2018-06-19 13:22:26 +02:00
34 changed files with 451 additions and 557 deletions
+6
View File
@@ -0,0 +1,6 @@
{% extends "errors/base" %}
{% block error %}
<h1>{{ "We couldn't find this page." | _ }}</h1>
<h2>{{ "The link that led you here may be broken." | _ }}</h2>
{% endblock error %}