From ab0442bd5ca21d94ff5301010bcc06dd9aa06071 Mon Sep 17 00:00:00 2001 From: Jeremy Stretch Date: Mon, 31 Jul 2023 08:24:03 -0400 Subject: [PATCH] Fix typo --- netbox/templates/base/layout.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/netbox/templates/base/layout.html b/netbox/templates/base/layout.html index 70284093c..bb3bbc0e1 100644 --- a/netbox/templates/base/layout.html +++ b/netbox/templates/base/layout.html @@ -166,7 +166,7 @@ Blocks:
{% annotated_now %} {% now 'T' %} - {{ settings.HOSTNAME }} ("v"{{ settings.VERSION }}) + {{ settings.HOSTNAME }} (v{{ settings.VERSION }})