From bfa8cc9fb7ecc20c9c1a18183bbf390d062bb805 Mon Sep 17 00:00:00 2001 From: Joshua Laymon Date: Thu, 14 Aug 2025 17:17:04 +0000 Subject: [PATCH] Update web/templates/entry_add.html --- web/templates/entry_add.html | 1 + 1 file changed, 1 insertion(+) diff --git a/web/templates/entry_add.html b/web/templates/entry_add.html index 3213420..722b485 100644 --- a/web/templates/entry_add.html +++ b/web/templates/entry_add.html @@ -1,4 +1,5 @@ {% extends "base.html" %} +{% load static %} {% block title %}New Entry - Illustrations DB{% endblock %} {% block body_class %}themed-bg{% endblock %}