1
0
mirror of https://github.com/netbox-community/netbox.git synced 2024-05-10 07:54:54 +00:00

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.
This commit is contained in:
Ryan Breaker
2017-10-12 12:39:28 -05:00
committed by Jeremy Stretch
parent a7f0b5adb3
commit 38d2333165
2 changed files with 7 additions and 5 deletions

View File

@@ -6,6 +6,7 @@
<title>Server Error</title>
<link rel="stylesheet" href="{% static 'bootstrap-3.3.7-dist/css/bootstrap.min.css' %}">
<link rel="stylesheet" href="{% static 'font-awesome-4.7.0/css/font-awesome.min.css' %}">
<meta charset="UTF-8">
</head>
<body>

View File

@@ -9,6 +9,7 @@
<link rel="stylesheet" href="{% static 'jquery-ui-1.12.1/jquery-ui.css' %}">
<link rel="stylesheet" href="{% static 'css/base.css' %}?v{{ settings.VERSION }}">
<link rel="icon" type="image/png" href="{% static 'img/netbox.ico' %}" />
<meta charset="UTF-8">
<meta name="viewport" content="initial-scale=1, maximum-scale=1, user-scalable=no, width=device-width">
</head>
<body>