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 11:55:26 -05:00
parent c3ea546ec9
commit f7f169d64a
2 changed files with 6 additions and 5 deletions

View File

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