From 1ca26e604edbafc37760ed39d0abfc1142f5785d Mon Sep 17 00:00:00 2001 From: Evan Pratten Date: Wed, 24 May 2023 19:20:49 -0400 Subject: [PATCH] Fix missing description bug --- templates/404.html | 1 + 1 file changed, 1 insertion(+) diff --git a/templates/404.html b/templates/404.html index 0081f01..98711f9 100644 --- a/templates/404.html +++ b/templates/404.html @@ -1,5 +1,6 @@ {% extends "base.html" %} {% block variable_wormhole %} +{{ super() }} {% set title = "Not Found" %} {% endblock variable_wormhole %}