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:28 +00:00
parent 358fbba7b2
commit bfd38559b3

View File

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