diff --git a/netbox/templates/extras/dashboard/widgets/objectlist.html b/netbox/templates/extras/dashboard/widgets/objectlist.html
index d543cd4c384..42a1f4e3497 100644
--- a/netbox/templates/extras/dashboard/widgets/objectlist.html
+++ b/netbox/templates/extras/dashboard/widgets/objectlist.html
@@ -1,6 +1,6 @@
{% load i18n %}
{% if htmx_url and has_permission %}
-
{% trans "No permission to view this content" %}.
diff --git a/netbox/templates/home.html b/netbox/templates/home.html
index 121f84fafd8..b0cefdbeb3b 100644
--- a/netbox/templates/home.html
+++ b/netbox/templates/home.html
@@ -28,7 +28,7 @@
{% trans "New Release Available" %}
{% block page %}
{# Render the user's customized dashboard #}
-
+
{% for widget in dashboard %}
{% include 'extras/dashboard/widget.html' %}
{% endfor %}