From 72aa9543763495981c61dc5a2a6a5104fbc223e4 Mon Sep 17 00:00:00 2001 From: giles Date: Sun, 11 Jan 2026 12:28:25 +0000 Subject: [PATCH] Rename base.html to _base.html Prevents naming conflict when app templates extend the shared base. Co-Authored-By: Claude Opus 4.5 --- artdag_common/templates/{base.html => _base.html} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename artdag_common/templates/{base.html => _base.html} (100%) diff --git a/artdag_common/templates/base.html b/artdag_common/templates/_base.html similarity index 100% rename from artdag_common/templates/base.html rename to artdag_common/templates/_base.html