diff --git a/templates/admin/base_site.html b/templates/admin/base_site.html new file mode 100644 index 0000000..c976a64 --- /dev/null +++ b/templates/admin/base_site.html @@ -0,0 +1,10 @@ +{% extends "admin/base.html" %} +{% load i18n %} + +{% block title %}{{ title }} | text.0xdb.org{% endblock %} + +{% block branding %} +

text.0xdb.org

+{% endblock %} + +{% block nav-global %}{% endblock %}