diff --git a/packetserver/http/templates/base.html b/packetserver/http/templates/base.html index ab834a4..abd2e18 100644 --- a/packetserver/http/templates/base.html +++ b/packetserver/http/templates/base.html @@ -3,24 +3,33 @@ - {% block title %}PacketServer Dashboard{% endblock %} + {% block title %}{{ server_name }} Dashboard{% endblock %} -