diff --git a/templates/admin/base_site.html b/templates/admin/base_site.html index dcd066c..f53182f 100644 --- a/templates/admin/base_site.html +++ b/templates/admin/base_site.html @@ -4,13 +4,12 @@ {% if subtitle %} {{ subtitle }} | {% endif %} - {{ title }} | - {{ site_title|default:_('Djangosite admin') }} + {{ title }} | HouseWars Admin {% endblock %} {% block branding %}