From 7df66f580991c55ab0e65b5e77fc3c55c7a1bfb2 Mon Sep 17 00:00:00 2001 From: zorun Date: Sat, 25 Apr 2020 14:03:40 +0200 Subject: [PATCH] Fix missing HTML tag (#583) (cherry picked from commit 27cac869d3131d09c7e0ca73e110288a7db324ac) --- ihatemoney/templates/404.html | 1 + 1 file changed, 1 insertion(+) diff --git a/ihatemoney/templates/404.html b/ihatemoney/templates/404.html index 7e282c2e..353f0be1 100644 --- a/ihatemoney/templates/404.html +++ b/ihatemoney/templates/404.html @@ -10,4 +10,5 @@
{{ _("The best thing to do is probably to get back to the main page.")}}
+ {% endblock %}