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