diff --git a/src/interface/templates/admin/base_site.html b/src/interface/templates/admin/base_site.html deleted file mode 100644 index e299b1b..0000000 --- a/src/interface/templates/admin/base_site.html +++ /dev/null @@ -1,9 +0,0 @@ -{% extends "admin/base.html" %} - -{% block title %}{% if subtitle %}{{ subtitle }} | {% endif %}{{ title }} | {{ site_title|default:_('pyShelf admin') }}{% endblock %} - -{% block branding %} -

{{ site_header|default:_('pyShelf Administration') }}

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