We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent be15650 commit cfa5d3bCopy full SHA for cfa5d3b
accounts/templates/admin/base_site.html
@@ -0,0 +1,5 @@
1
+{% extends 'admin/base.html' %}
2
+
3
+{% block branding %}
4
+<h1>Admin</h1>
5
+{% endblock %}
0 commit comments