From bfd38559b36f6a0843b2389e8849ce2db3726308 Mon Sep 17 00:00:00 2001 From: giles Date: Sun, 11 Jan 2026 12:28:28 +0000 Subject: [PATCH] Update base.html to extend _base.html Matches renamed template in artdag-common package. Co-Authored-By: Claude Opus 4.5 --- app/templates/base.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/templates/base.html b/app/templates/base.html index e76a084..b0752e7 100644 --- a/app/templates/base.html +++ b/app/templates/base.html @@ -1,4 +1,4 @@ -{% extends "base.html" %} +{% extends "_base.html" %} {% block brand %}Art-DAG{% endblock %}