Add generic error catchers

This commit is contained in:
Bat
2018-06-18 16:59:49 +01:00
parent bb682a1cc1
commit 58cc35691d
5 changed files with 32 additions and 0 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 %}