add admin template
This commit is contained in:
parent
1a069543ee
commit
2b957c7495
1 changed files with 10 additions and 0 deletions
10
templates/admin/base_site.html
Normal file
10
templates/admin/base_site.html
Normal file
|
@ -0,0 +1,10 @@
|
|||
{% extends "admin/base.html" %}
|
||||
{% load i18n %}
|
||||
|
||||
{% block title %}{{ title }} | data.0xdb.org{% endblock %}
|
||||
|
||||
{% block branding %}
|
||||
<h1 id="site-name">data.0xdb.org</h1>
|
||||
{% endblock %}
|
||||
|
||||
{% block nav-global %}{% endblock %}
|
Loading…
Reference in a new issue