From 042c65a48c1b5d5250c14d2419a934c46e3fe7bc Mon Sep 17 00:00:00 2001 From: checktheroads Date: Fri, 7 May 2021 12:05:56 -0700 Subject: [PATCH] #6732: Fix rendering on home page template --- netbox/templates/base.html | 2 +- netbox/templates/home.html | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/netbox/templates/base.html b/netbox/templates/base.html index a70cfa1af..2e5c6e9bc 100644 --- a/netbox/templates/base.html +++ b/netbox/templates/base.html @@ -2,7 +2,7 @@ <!DOCTYPE html> <html lang="en"> <head> - <title>{% block title %}Home{% endblock %} - NetBox + {% block title %}Home{% endblock %} | NetBox