From 363ed2923a8c12a8fa3591bf6ea5722b29100678 Mon Sep 17 00:00:00 2001 From: Gregory Ballantine Date: Mon, 28 Nov 2016 18:11:36 -0500 Subject: [PATCH] Fixed url for function in 404.twig --- app/views/errors/404.twig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/errors/404.twig b/app/views/errors/404.twig index 928c58e..d63907a 100644 --- a/app/views/errors/404.twig +++ b/app/views/errors/404.twig @@ -7,7 +7,7 @@

404 Error

-

The URL you were looking for doesn't exist. Perhaps you'd like to start over at the home page?

+

The URL you were looking for doesn't exist. Perhaps you'd like to start over at the home page?

{% endblock %}