Skip to content

Commit cfa5d3b

Browse files
author
Max Goodridge
committed
Added admin template override
1 parent be15650 commit cfa5d3b

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{% extends 'admin/base.html' %}
2+
3+
{% block branding %}
4+
<h1>Admin</h1>
5+
{% endblock %}

0 commit comments

Comments
 (0)