Browse Source

Set default branding to empty

Denis K 9 years ago
parent
commit
ab222054d1
1 changed files with 7 additions and 0 deletions
  1. 7 0
      jet/templates/admin/base_site.html

+ 7 - 0
jet/templates/admin/base_site.html

@@ -0,0 +1,7 @@
+{% extends "admin/base.html" %}
+
+{% block title %}{{ title }} | {{ site_title|default:_('Django site admin') }}{% endblock %}
+
+{% block branding %}{% endblock %}
+
+{% block nav-global %}{% endblock %}