From 97f7ac9edffa73a4e8df74a38e29213cd979bc27 Mon Sep 17 00:00:00 2001 From: Jeremy Stretch Date: Wed, 22 Jun 2016 15:48:41 -0400 Subject: [PATCH] Added a welcome message for new installs --- netbox/templates/home.html | 4 ++++ 1 file changed, 4 insertions(+) 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 %}