From 53f1922a19920dab84da98f121963b7388c9657a Mon Sep 17 00:00:00 2001 From: Jibin Liu Date: Sun, 10 Mar 2019 20:51:53 -0700 Subject: [PATCH] change index to about, since index doesn't exist --- templates/errors/404.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/errors/404.html b/templates/errors/404.html index 877ae8d0..90de471f 100644 --- a/templates/errors/404.html +++ b/templates/errors/404.html @@ -2,5 +2,5 @@ {% block content %}

Sorry ...

There's nothing here!

-

Back

+

Back

{% endblock %}