some customisation
This commit is contained in:
parent
5e1677ef02
commit
9b75543f86
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 }} | text.0xdb.org{% endblock %}
|
||||
|
||||
{% block branding %}
|
||||
<h1 id="site-name">text.0xdb.org</h1>
|
||||
{% endblock %}
|
||||
|
||||
{% block nav-global %}{% endblock %}
|
Loading…
Reference in a new issue