diff --git a/templates/base.html b/templates/base.html index c4fa2fc..ecb2513 100644 --- a/templates/base.html +++ b/templates/base.html @@ -21,6 +21,7 @@
+ {% block title %} {% if brand_logo %} {% else %} @@ -32,6 +33,7 @@ {% if subtitle %} {{ subtitle }} {% endif %} + {% endblock title %}