From 38d23331654d980c8e8eb53e4c57b8ec59f891ca Mon Sep 17 00:00:00 2001 From: Ryan Breaker Date: Thu, 12 Oct 2017 12:39:28 -0500 Subject: [PATCH] Add meta tags for charset and convert some tabs to spaces for consistency (#1574) * Add meta tag for charset. * Add meta tag for charset in 500.html and convert some tabs to spaces for consistency. --- netbox/templates/500.html | 5 +++-- netbox/templates/_base.html | 7 ++++--- 2 files changed, 7 insertions(+), 5 deletions(-) diff --git a/netbox/templates/500.html b/netbox/templates/500.html index 575694b13..2857325b9 100644 --- a/netbox/templates/500.html +++ b/netbox/templates/500.html @@ -3,9 +3,10 @@ - Server Error - + Server Error + + diff --git a/netbox/templates/_base.html b/netbox/templates/_base.html index 1a187a681..17efcadd7 100644 --- a/netbox/templates/_base.html +++ b/netbox/templates/_base.html @@ -3,12 +3,13 @@ - {% block title %}Home{% endblock %} - NetBox - + {% block title %}Home{% endblock %} - NetBox + - + +