Update base.html to extend _base.html

Matches renamed template in artdag-common package.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
giles
2026-01-11 12:28:26 +00:00
parent 83cce09b1a
commit eed4596af8

View File

@@ -1,4 +1,4 @@
{% extends "base.html" %}
{% extends "_base.html" %}
{% block brand %}Art-DAG L1{% endblock %}