diff --git a/netbox/templates/home.html b/netbox/templates/home.html index 0df8ce0f4..cdbc6a427 100644 --- a/netbox/templates/home.html +++ b/netbox/templates/home.html @@ -151,6 +151,10 @@ {{ a.icon }} {{ a.message|safe }}
{{ a.user }} - {{ a.time|date:'SHORT_DATETIME_FORMAT' }} + {% empty %} +
+ Welcome to NetBox! {% if perms.add_site %} Add a site to get started.{% endif %} +
{% endfor %}